Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Ertuğrul,
You can increase the font size/family via Appearance -> Theme Options -> Typography Options
Thank you!
Theme Horse Support Team
KeymasterHi Cucerescu,
To hide the page title Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:
.page .page-title-wrap { display: none; }
And for to edit it and to make the slogan from home page to appear on all pages instead of page name it needs code customization you have to hire a developer for this.
Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
Please try below custom css code. Hope it solves your issue.
.featured-slider { margin: 0 auto; max-width: 1170px; } @media only screen and (max-width: 1290px) { .featured-slider { width: 964px; } } @media only screen and (max-width: 1023px) { .featured-slider { width: 708px; } } @media only screen and (max-width: 767px) { .featured-slider { width: 300px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .featured-slider { width: 460px; } }
Thank you!
Theme Horse Support Team
KeymasterThat’s great theophil_bethel. You can forward the translation file via email.
Thank you!
Theme Horse Support Team
KeymasterHi there,
What alter you need for the width of the sidebars?
Thank you!
Theme Horse Support Team
KeymasterHi Robert,
To move the header logo position to the far left of the screen Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:
.hgroup-wrap .container { max-width: 97%; }
Thank you!
Theme Horse Support Team
KeymasterHi toddw,
Thank you for your time and review.
We really appreciate your rating. 🙂Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
Ok set it back to the wide layout and just use below custom css to make slider same width than site contents
.featured-slider { margin: 0 auto; max-width: 1170px; }
Thank you!
Theme Horse Support Team
KeymasterHi Laura,
First what you have to do disable the slider and remove the image from the slider and set that image as background image.
To set the background image go to Appearance > Background select the image and set the settings as shown in this screenshot and again go to the Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:#site-title a img { max-width: 300px; } body { background-size: cover; } #colophon { bottom: 0; position: fixed; width: 100%; z-index: 1000; }
Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
You can use narrow layout as well for the same width for slider and the contents.
Go to Appearance -> Customize -> Ambition Theme Options -> Site Layout click on narrow layout option then click on Save button.Thank you!
February 4, 2016 at 7:38 am in reply to: Remove "Short Descriptions" from Featured Image Slider #42241Theme Horse Support Team
KeymasterHi Robert,
For that you have to add below CSS code in custom CSS:
#controllers { bottom: inherit; right: 15px; text-align: right; top: 15px; }
Thank you!
Theme Horse Support Team
KeymasterHi Rudolf,
We have not develop specific blog widgets for business section. It need code customization you have to hire a developer.
May we will add that in future version update.Thank you!
Theme Horse Support Team
KeymasterHi Catriona,
We will add this into our update list and we will update it in near future.
Thank you for using our theme.
February 3, 2016 at 3:42 pm in reply to: Remove "Short Descriptions" from Featured Image Slider #42209Theme Horse Support Team
KeymasterHi Robert,
Please add below custom CSS to hide the short description in the slider.
.featured-text .featured-content { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Laura,
Are you asking to have the same thing in our theme? Also provide us your site URL too?
Thank you!
-
AuthorPosts