Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Melisa,
You can use the developer tool from your browser and paste your edited CSS code in custom CSS option.
Thank you!
Theme Horse Support Team
KeymasterHi Melisa,
Sorry! The logo is already inline with the menu as default.
If you are trying achieve anything different please clarify it with more detail. So that we can help you easily.Thank you!
Theme Horse Support Team
KeymasterHi Sue2,
To have the background image on the home page only. Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
body.home { background-image: url("IMAGE-URL"); background-position: center center; background-size: cover; }
Please add you image link in above IMAGE-URL text.
Thank you!
Theme Horse Support Team
KeymasterHi Schuller,
Apologies for the late reply.
The above CSS code overridden by bootstrap so please disable the bootstrap CSS OR try below code:#access a { -webkit-box-sizing: inherit !important; -moz-box-sizing: inherit !important; box-sizing: inherit !important; }
Thank you!
Theme Horse Support Team
KeymasterHi Brenda,
You can simply add the H1 and H2 tag in your page/post editor as shown in the link that you have shared with us in last reply.
Thank you!
Theme Horse Support Team
KeymasterHi lwatiez,
Apologies for the late reply.
Can you please provide us the site URL? So that we can see the exact issue?
Thank you!
Theme Horse Support Team
KeymasterHi Monique,
Sorry for late reply. We missed your topic.
To change the font color of the featured slider button go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button..featured-text .call-to-action, .featured-text .active { color: #fff; }
Please change the HEX color #fff code above to your own color code.
Thank you!
Theme Horse Support Team
KeymasterHi Schuller,
Sorry for late reply. We missed your topic.
It seems that bootstrap CSS is conflicting the main theme CSS please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:#access a { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
Thank you!
Theme Horse Support Team
KeymasterHi Archimedes,
Sorry! We can not give support for responsive menu plugin cause we do not know the code. You have to contact to main plugin author for support and yes you can use our theme to another site and need not to purchase again for the license.
Thank you!
Theme Horse Support Team
KeymasterHi Toddw,
For that you have to customize the theme code. Our whole business template widgets are wrapped inside one main container div.
You have to remove that container and add it inside the widgets first div.Thank you!
June 14, 2016 at 7:24 am in reply to: Customising Font size of featured content on mobile device #45483Theme Horse Support Team
KeymasterHi Markus,
To change the font size for feature content just go to Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (max-width: 767px) { .featured-text .featured-content { font-size: 20px; line-height: normal; } }
Note: Change the digit value 20 above to your own value to change the font size.
Also you can easily edit the typography via built in theme options just go to Appearance -> Customize -> Ambition Theme Options -> where you can see the Font Family/size/color.
Thank you!
Theme Horse Support Team
KeymasterHi Monique,
First add below code in your page editor
<a class="call-to-action my-button" href="button-link-here" title="Button Title">Button</a>
and then Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
.call-to-action.my-button { background-color: #89a452; border: 1px solid #89a452; color: #fff; }
Note: Change above HEX color code
#89a452
to your own HEX color code.Thank you!
Theme Horse Support Team
KeymasterHi Edwin,
Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
#access a { height: 100px; }
Thank you!
Theme Horse Support Team
KeymasterGo to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
@media all and (-ms-high-contrast:none) { *::-ms-backdrop, .#access a { height: 100px } /* IE11 */ }
Hope this works fine.
Thank you!
Theme Horse Support Team
KeymasterHi Monique,
To remove the italic style from the blockquote go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
blockquote { font-style: normal; }
Thank you for using our theme.
-
AuthorPosts