Forum Replies Created
- AuthorPosts
Hash
KeymasterHere is the CSS code
.sq-tab li .fa{color:#FF0000;}
Change #FF0000 to your desired color hex code.
Use some custom CSS plugin to add the CSS Code.Hash
KeymasterPlease email us at support@hashthemes.com
Hash
KeymasterHi,
You will have to custom code if you want to make adjustments in the website.
1. we have used google font so if you want to change the font then you will have to make changes in multiple places. You will need to have some web knowledge for it. It would be quite difficult to explain here.
2. you have an option choose the sidebar layout for each pages. same case is for point number 3 as well. If you want to again customize it, you will need to have some knowledge of HTML and CSS
Hash
KeymasterSorry, it is not possible to show both. Better make a logo with text in the side and upload it.
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;}
- AuthorPosts