Forum Replies Created
-
AuthorPosts
-
February 11, 2016 at 11:56 am in reply to: Change the colour behind the site title (but not Menu) #42499
Theme Horse Support Team
KeymasterHi Sgeorge,
You have to set the background color for menu bar too. To set the color for both header and menu use the custom css below.
#branding { background-color: #fff; } #access { background-color: #fff; }
Replace above HEX color code #fff to your own HEX color code.
Thank you!
Theme Horse Support Team
Keymaster@dwells If you have not email us the login detail then please email us the temporary username and password to your site here so that we can set the dummy content in your site same like our demo.
If you have already email the login detail then our email support team will reply you.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Amoin,
To reduce the avatar image icon size of go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.comments-area article header img { width: 30px; } .comments-area article header cite, .comments-area article header time { margin-left: 50px; } .comments-area article header { margin-bottom: 10px; }
Thank you for using our theme.
February 10, 2016 at 5:00 pm in reply to: Try to download Attitude Pro 3.0.5 but it´s not a zip file #42455Theme Horse Support Team
KeymasterHi Asa,
Sorry! There is no any issue in the file.
Go to your account page and you will see the available download section where you can download the theme zip file.Thank you!
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!
-
AuthorPosts