Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterYou welcome Helliecharlotte. 🙂
Theme Horse Support Team
KeymasterHi Elena,
Please upload or edit the logo in small size and your logo will be display as small in the header.
If you can not edit then Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:#site-title a img { max-width: 200px; }
Note: Increase/ Decrease above digit value 200px to change the size of the logo.
Thank you!
Theme Horse Support Team
KeymasterGreat! 🙂
Theme Horse Support Team
KeymasterHi Susanne,
Yes and remove the style.css code that you created in your child theme and add the above code in your style.css
It seems that your child theme is set to Attitude free theme as a parent theme not the Attitude pro theme.Thank you!
Theme Horse Support Team
KeymasterHi Tactusmihi,
To add thin line between the widgets in the sidebar Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.widget { border-bottom: 1px solid #ddd; margin-bottom: 40px; padding-bottom: 20px; }
Thank you!
Theme Horse Support Team
KeymasterHi Amy,
We have designed our theme this way. We have hide the slider content because it overlap the image and you can not see the image so we hide the slider content in mobile view.
Thank you!
Theme Horse Support Team
KeymasterHi Bo,
You have paste the code in wrong area please go to the theme directory > library > structure > header-extension.php on line 151 you will find this code
<div class="hgroup-wrap clearfix">
after this code add your code.
Do not forget to add your code in the same place each and every time you update the theme.Thank you!
Theme Horse Support Team
KeymasterHi Unit,
Please go to settings > reading > Front Page displays then choose a static page and set the page that you have created as a front page and set default for the post page option.
Thank you!
Theme Horse Support Team
KeymasterGreat ! 🙂
Theme Horse Support Team
KeymasterGreat! 🙂
November 17, 2015 at 4:27 pm in reply to: Center Logo / Center Text Widget / Code in TH-Widget #39722Theme Horse Support Team
KeymasterHi Rudolf,
1. To center the company logo in the header/start-page Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button.
@media only screen and (min-width: 767px) { .hgroup-wrap { text-align: center; } #site-logo, #site-title, #site-description { float: none; } #site-title a, #site-description { display: inline-block; } }
2. To center the text in Text widget on the business page first add you content as below format in text area in text widget.
<div class="container"> Your text goes here </div>
then add below custom CSS code.
.business-layout .widget_text { margin-bottom: 0; padding: 40px 0; text-align: center; }
3. We do not understand your last question could you please clarify it once again?
Thank you!
Theme Horse Support Team
KeymasterHi Dbj,
You can also change the font color as well to change the font go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
body, input, textarea { color: #555; }
Note: You can change the above HEX color code #555 to your own HEX color code to change the font color.
Thank you for using our theme.
Theme Horse Support Team
KeymasterYou welcome lazinbee. 🙂
Thank you!
Theme Horse Support Team
KeymasterHi Jmcmillan7,
1. Sorry! It needs code customization. You have to hire a developer for this
2. What CSS code you have added in the custom CSS for to remove the green bar with the page title.Thank you!
Theme Horse Support Team
KeymasterHi
Yes, Genericons CSS is used in style.css but we have not used all the code.
To have/used all the Genericons in your site you have to add genericons.css file individually in the theme as style.cssThank you!
-
AuthorPosts