Forum Replies Created
- AuthorPosts
- January 28, 2017 at 9:44 am in reply to: Blue Colored Striped on sides of the slider caption overlay #1783
Hash
KeymasterYes.
Go to Appearance -> Customizer And in the Additional CSS field add the below CSS code
.sq-slide-caption{ border: 0; }
Hash
KeymasterYou will have to make edit in the JS file. If you are comfortable editing the code, we can guide you. But we strongly recommend not to if you are novice.
January 28, 2017 at 9:41 am in reply to: About word control of Style1,Middle Blocks-Left Content #1781Hash
KeymasterThank you. And please don’t forget to review our theme https://wordpress.org/support/theme/viral/reviews/?filter=5 and share it with other as well 🙂
Hash
KeymasterHi,
Please email us at support@hashthemes.com with all the customization detail. And we will quote you with the cost. It won’t cost you more than $50 as far as i know.
Thanks
Hash
KeymasterHi,
You will have to use some plugin for that.
Thanks
January 27, 2017 at 11:45 pm in reply to: About word control of Style1,Middle Blocks-Left Content #1772Hash
KeymasterFile – inc/hooks.php
line number – 322Change the value of 180 in the below code
<?php echo viral_excerpt( get_the_content(), 180); ?>
January 27, 2017 at 11:39 pm in reply to: How to modify font family and size of single page content? #1771Hash
KeymasterWe don’t suggest to edit the files because it seems that you do not have knowledge about the file structure of the WordPress. You may end up breaking the website if you edit it yourself.
Hash
KeymasterSorry, not possible. Let us know if you want to go with paid customization to add the feature you mentioned.
Hash
KeymasterHi,
The latest version of WordPress has option to add the custom CSS by default. Go to Appearance -> Customizer and then Additional CSS tab.
Hash
KeymasterIt can be done with change in code but we do not suggest you to edit the code because it may break your website. We can do it for paid customization if you want.
Hash
KeymasterHi,
You need to install Woo Commerce plugin for it. Here is the link https://wordpress.org/plugins/woocommerce/
Hash
KeymasterYes, it can be done. Go to Appearance -> Additional CSS tab and add the below CSS code
.hs-slide-overlay{ display: none; }
Hash
KeymasterSorry, it is not possible. It will require customization. We can do it for paid support if you want.
Hash
KeymasterSure, we will try to fix this issue in our upcoming version.
Hash
KeymasterHere are the replies to your queries
1. Slider section: Is there a way to make the Caption Title and/or Caption Subtitle link to a URL? Can a “Learn More” button be added on each slider.
>> sorry, it is not possible. It requires code customization. We can do it for paid customization if you want.2. Featured section: Can the Icon and Page Title be hyperlinked to the page? Currently, the only way to access the featured page is via the tiny + sign at the bottom right or by embedding HTML tags in the page excerpt, both of which are not very intuitive.
>> again sorry not possible with current available feature. We can do it for paid customization.Hash
KeymasterIn the style.css file, remove the following CSS in line number 2956
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product{ width: 48%; float: left; }
And please do not remove out footer credit link.
Hash
KeymasterHi,
Use the below CSS
@media screen and (max-width: 768px){
#hs-about-us-section{
display: none !important;
}
}And please don’t remove the footer credit link.
January 26, 2017 at 12:38 am in reply to: About word control of Style1,Middle Blocks-Left Content #1744Hash
KeymasterIt needs change in code to reduce the excerpt length. It works good with English alphabet but for other alphabet the letter count varies.
Hash
KeymasterHi,
Please check the screenshot below. It should give you clear idea on what to do.
Hash
KeymasterHi @ANTOINE
You need to upload the featured image in the category post that you select for the portfolio.
And there is no option to change the portfolio column in the theme.
- AuthorPosts