Forum Replies Created
-
AuthorPosts
-
January 26, 2016 at 12:34 pm in reply to: Interface Theme – Slider text shows on Mac and iPad Mini but not on iPhone #41840
Theme Horse Support Team
KeymasterHi Paul.mills,
To display 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:
@media only screen and (max-width: 767px) { .featured-title, .featured-content { display: block; } .featured-text .featured-title { font-size: 15px; } }
Thank you!
January 26, 2016 at 12:24 pm in reply to: Enlarge container on main page to full width of browser #41839Theme Horse Support Team
KeymasterHi Laura,
Can you please provide the site url? So, that we can provide you the custom css code.
Thank you!
Theme Horse Support Team
KeymasterHi A-dewilliencourt,
iPad had a 2x(retina display) resolution then laptop.
You have to upload the in to 2x size images if you want the clear view of the images in the iPad. For example if your image is100px X 50px
then you have to make it to200px X 100px
and upload.Thank you!
Theme Horse Support Team
KeymasterHi Shawn,
You can add the link-color in the bullet list. Go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save all changes button:
#content ul a, #content ol a { color: #05a9c5; }
Note: You can change above HEX color code
#05a9c5
to your own HEX color code for the link.Thank You!
Theme Horse Support Team
KeymasterHi Tactusmihi,
Thank you for interest to purchase the premium version of Attitude Pro.
Yes, you have to add the custom css for the header to reduce the white space and you can easily change the menu background color as well as change the typography style. There are also lots of features you will love in the premium version.
You can purchase it by clicking on Buy Now button in this page https://www.themehorse.com/themes/attitude-proLooking forward for your purchase.
Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
Could you please provide us the site URL? So that we can see the exact issue.
Thank you!
January 21, 2016 at 6:33 am in reply to: How to get custom footer to full width at 1680×1050 resolution? #41596Theme Horse Support Team
KeymasterHi Pierre,
First remove your image tag code then placed this code
<img class="foot-image" alt="Image Description" src="http://www.fysiotreatment.dk/wp-content/uploads/2016/01/Footer.jpg">
And go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button..foot-img { width: 100%; }
Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
To set the background image for the content area go Appearance > Customize > Background Image and set the background image with the settings that you want. After that again go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.
#page, #page .widget {background-color: inherit;}
Thank you!
Theme Horse Support Team
KeymasterHi Brian,
To set the slider Go to Appearance > Customize > Ambition Theme Options > Featured Content Setting and choose Revolution Slider option then go back and refresh the page you will see the revolution slider option where you can set the revolution slider that you have set.
And to reduce the padding and image size in the Featured Clients/Products widget go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.
.widget_ourclients { padding: 20px 0; } .widget_ourclients ul li { max-width: 150px; }
Thank you!
Theme Horse Support Team
Keymaster@craig2 Sorry! We are not misleading. Theme is for lifetime means you can use the theme for lifetime in your site without any payment but for the update and support you have to renew your subscription with little amount.
Thank you!
Theme Horse Support Team
KeymasterHi Embruna,
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
Keymaster@mail19 We will add this to the next version update.
Thank you for your patience. 🙂
Theme Horse Support Team
KeymasterHi Embruna,
To change the color of links in blog posts go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button.
#main ul a, #main ol a { color: #0021a5; }
Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
For the sticky menu you have to add custom css. You can add it via customizer.
Thank you!
Theme Horse Support Team
KeymasterHi Brian,
Please use the slider via customizer rather then widget and the gap will be fixed automatically.
View this instruction to set the slider.Thank you!
-
AuthorPosts