Forum Replies Created
- AuthorPosts
Hash
KeymasterHi,
Here is the solution. Add the below CSS
.hs-progress-bar-sec{display:none;}
.hs-about-sec{width:100%;float:none;}Hash
KeymasterHi,
It seems like you have figured most of the settings. The website seems to be configured well.
Hash
KeymasterHere is the ans to your question.
unsuccessfully trying to add Image to page header/breadcrumbs
Hash
KeymasterThe main page is designed to show the sections as in demo. If you need to show blog post in the home page then delete the file front-page.php file
Hash
KeymasterYou can customize the home page by making the copy of front-page.php file in the child theme and then edit it according to your requirement.
Hash
KeymasterYou need to increase the header height as well
#ht-masthead{
height:120px;
}Hash
KeymasterMay be there is some jquery conflict with some of the plugin used. Try checking by disabling all the plugins.
Hash
KeymasterYou need to install WooCommerce plugin to add the shop page.
Hash
KeymasterTry uploading image with width 1900px and 800px to increase the height of the slider.
Hash
KeymasterSorry, the logo does not support image and text. So please use image with your graphic and text.
Hash
KeymasterHi,
The slider text does not support HTML tag. It is programmed to escape HTML tag and display as it is. So please use plain text for the slider caption.
Hash
KeymasterTo remove the Breadcrumb, use the below CSS
#total-breadcrumbs{display:none;}
Hash
KeymasterTo remove the title bar, use the below CSS
.ht-main-header{display: none}
Hash
Keymaster#ht-masthead{border-bottom:0}
To remove the white line
.ht-main-header{max-height: 20px}
Remove the above CSS and then try the CSS mentioned in the previous thread.
Hash
KeymasterCheck this link for reference https://hashthemes.com/support/topic/unable-to-display-square-features-after-setting-static-page/ . The blog page will show blog listing.
Hash
KeymasterThe menu section is looking good so far.
Hash
KeymasterPeople often don’t use the alt attribute for the image from the media library so we have not used it but we will consider in the future update. It need some coding skills to fix it.
Hash
KeymasterYes you can do it with some Custom CSS
Here is the CSS
.hs-service-excerpt h6 a{pointer-events: none;}
Hash
KeymasterSeems like some of the plugin installed has caused this problem. Try disabling the plugins and check.
Hash
KeymasterHere is the CSS
.ht-main-header{padding:15px 0;}
.ht-main-title{margin-bottom:0}- AuthorPosts