Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Waldjunge,
You can try below CSS code. Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:
.narrow-layout .info-bar { position: fixed; width: 1230px; z-index: 100; } .narrow-layout .hgroup-wrap { border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: fixed; top: 34px; width: 1230px; z-index: 100; } @media only screen and (max-width: 1290px) { .narrow-layout .info-bar, .narrow-layout .hgroup-wrap { width: 964px; } } @media only screen and (max-width: 1023px) { .narrow-layout .hgroup-wrap, .narrow-layout .info-bar { width: 708px; } } @media only screen and (max-width: 767px) { .narrow-layout .hgroup-wrap, .narrow-layout .info-bar { width: 300px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .narrow-layout .hgroup-wrap, .narrow-layout .info-bar { width: 460px; } } @media only screen and (max-width: 767px) { .narrow-layout .hgroup-wrap { top: 0; } }
Thank you!
Theme Horse Support Team
KeymasterHi beatriz,
To have the slider please follow this instruction https://www.themehorse.com/theme-instruction/attitude/#slider
Please create your own topic rather then posting in others topic.Thank you!
Theme Horse Support Team
KeymasterHi lbdc.design,
We have set the featured image as background image so that the background image cover up your whole screen with 100%.
To have the same featured image for smaller devices you have to add the custom css. Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:@media only screen and (max-width: 1023px) and (min-width: 480px) and (max-width: 767px) { .featured-slider .featured-image { padding: 0; } }
Thank you!
Theme Horse Support Team
KeymasterHi Lemonpath,
To change font just for block quote you have to add the cutstom css. Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
blockquote { font-family: arial, serif; }
Note: Please change above font-family arial to your own font-family.
Thank you!
Theme Horse Support Team
KeymasterHi AriellebarnettgQA,
You can have the previous version here https://wordpress.org/themes/download/interface.2.0.3.zip?nostats=1
Thank you!
Theme Horse Support Team
KeymasterThank you! @Saeco25
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/ambition
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi Lisa,
We have replied you here
Please do not create two topic with same issue. Do search the forum first before posting the topic.Thank you!
October 14, 2015 at 6:51 am in reply to: Show title box but no text on featured page slider pictures #36617Theme Horse Support Team
KeymasterHi Jim,
To hide the featured content go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text .featured-content { display: none; }
Thank you!
October 14, 2015 at 6:19 am in reply to: Promobox with full width and Featured Clients / Products opening in same tab #36614Theme Horse Support Team
KeymasterHi Manuel,
To get rid from target_blank and open the link in the same page while using “Featured Clients/ Products” Widget it needs code customize you have to hire a developer.
Thank you!
Theme Horse Support Team
KeymasterHi Manuel,
What you have done to break the title of the slider?
You can not break the title of the slider.Thank you!
Theme Horse Support Team
KeymasterHi AriellebarnettgQA,
We have moved the Theme Options settings to Customizer as of WordPress.org guidelines where you can customize or modify appearance settings in a live Preview.
Now We cannot create any themes with theme options settings as before. All new and old themes of wordpress.org will not be able to have theme options settings and it is WordPress.org guidelines which all the theme author have to follow.Now you have to make a compatible with new version without theme-options.php.
If you don’t want to update to latest version then you can move back to previous version as well.Thank you!
Theme Horse Support Team
KeymasterHi Lemonpath,
Default CSS for
blockquote
is as below:blockquote { border-left: 4px solid #5f85b0; border-right: 1px solid #bbb; }
And to change the font you can set via Appearance > Theme Options > Design Options > Typography Options. There you will find to style the font as you like.
Thank you!
Theme Horse Support Team
KeymasterHi Jeff,
We have released version 3.0.3 and fixed clearfix issue that you have reported.
Login to you account and download the new version.Thank you!
Theme Horse Support Team
KeymasterHi Jeanlucgarnier,
There is already a Business Template you can set and have the widgets there as of your choice.
Thank you!
October 12, 2015 at 6:15 am in reply to: Promobox with full width and Featured Clients / Products opening in same tab #36527Theme Horse Support Team
KeymasterHi Manuel,
Sorry! You can not placed the Promo Widget code directly in the default page because we have designed this widget for only our Business, Services and Our Team Template but not for the default page.
Thank you!
-
AuthorPosts