Forum Replies Created
-
AuthorPosts
-
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!
November 16, 2015 at 5:20 pm in reply to: Space above revolution slider on iPhone isn't correct #39669Theme Horse Support Team
KeymasterHi Kai,
- What CSS code you use in the custom CSS option to set the 15px space for smartphone layout?
- Custom CSS most work on standard PC layout.
- Revolution Slider CSS code may not work in smaller devices because we do have our own CSS code for smaller devices and it may be override the CSS of Revolution Slider.
Thank you!
Theme Horse Support Team
KeymasterNovember 15, 2015 at 8:56 am in reply to: Blank header image being displayed in Profile since BuddyPress 2.4.0 #39611Theme Horse Support Team
KeymasterHi Tony,
Follow up this link to disable cover image http://buddydev.com/buddypress/disable-cover-images-for-buddypress-2-4/
Thank you!
Theme Horse Support Team
KeymasterHi Bo,
Could you please add that code again in the header in your site? So, that we can have a look into your site and try to fix the issue.
Thank you!
November 15, 2015 at 8:45 am in reply to: Space above revolution slider on iPhone isn't correct #39609Theme Horse Support Team
KeymasterOh! Oh… We are sorry for that link. We have edited above link. Please check it now.
Thank you!
Theme Horse Support Team
KeymasterHi Carpsadjuster,
To have the latest version of Revolution Slider as well as support for it please contact our support team via email with the order detail.
Thank you!
Theme Horse Support Team
KeymasterHi,
You have to placed the Genericon CSS in your theme to use the genericon
Thank you!
Theme Horse Support Team
KeymasterHi edmiller1993,
To put the navigation along side the header image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (min-width: 1024px) { .hgroup-wrap { float: left; } #access { float: right; margin-top: 60px; } .slogan, .featured-slider { clear: both; } }
Thank you!
-
AuthorPosts