Forum Replies Created
- AuthorPosts
Hash
KeymasterHi,
The header image is not enlarged when i checked your website. Can you please be more specific about your problem?
Hash
KeymasterSorry, there is no option to change the color option in the theme.
Hash
KeymasterHi,
If you followed the instruction properly, it should have worked.
Email us at support@hashthemes.com with your login detail if you want us to check.
Hash
Keymasteroh sorry, i though you are looking for page banner. Here is the css to make the header logo bigger.
#sq-masthead{height:auto;} #sq-site-branding img{max-height:none}
Hash
KeymasterHi,
By default the attachment page show only one image so it is not possible to edit attachment page to add more image. You can use some gallery plugin for it.
Hash
KeymasterSeems like you have done few changes in CSS with the website. It might break the responsive of the website. Also direct edit in the main theme file can get loss in the theme updates.
Here is the solution for your issue
#sq-masthead{height:auto;background:rgba(30, 36, 42, 0.8)}
Hash
KeymasterAdd this CSS using some Custom CSS plugin
.comment-count{display:none;}
Hash
KeymasterHi,
The sidebar option only works for post/page only. Apart from this, all other pages(blog) has right sidebar by default.
Hash
KeymasterCan you please let us know your website url?
Hash
KeymasterIts inside js folder
Hash
KeymasterYou need to add custom CSS for it. Here is the code
.sq-main-title{color:#EEE;}
Use some Custom CSS plugin to add the code.
Hash
KeymasterHi,
1. Here is the CSS to change the color of the link in post/page. Use some Custom CSS plugin to add the code.
.content-area .entry-content a{color:#5bc2ce; text-decoration:underline}
2. Check this link that will help you to learn how to add excerpt in the archive page instead of showing whole posts. http://www.wikihow.com/Add-Read-More-to-Wordpress
Hash
KeymasterHere is the CSS that may help you. Use some Custom CSS plugin to add the code.
.sq-main-header{padding:200px 0 100px}
Hash
KeymasterHi,
The error message seems to be generated from some of the plugin. So it would be good if you check by disabling the used plugin. The theme does not have this error so far.
Hash
KeymasterSorry, it is not possible with the available option but we can do it for a paid customization that would cost you $50
Hash
KeymasterThe empty grey background is due to the small background image uploaded. So the best solution is to upload some larger size image.
Or you can even use the below CSS
#hs-counter-section, #hs-contact-section{background-position:center !important;}
Hash
KeymasterCan you please be more specific with your question with your website url?
Hash
KeymasterSorry. It is not possible with the available feature.
Hash
KeymasterThank you.
To make slider move slower, you will have to change the code in js/square-custom.js
find the code
$('#sq-bx-slider').bxSlider({ 'pager':false, 'auto' : true, 'mode' : 'fade', 'pause' : 5000, 'prevText' : '<i class="fa fa-angle-left"></i>', 'nextText' : '<i class="fa fa-angle-right"></i>', 'adaptiveHeight' : true });
and increase the pause value.
Hash
KeymasterHi,
If you use the text widget, the HTML should work for all the 5 footer widget area available for the footer.
- AuthorPosts