Forum Replies Created
-
AuthorPosts
-
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
#89a452to 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.
Theme Horse Support Team
KeymasterHi Monique,
You can add below code in your page editor to have the button to download a PDF.
<a class="call-to-action" href="button-link-here" title="Button Title">Button</a>Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Markus,
Sorry for the late reply. We missed your reply.
Whenever you add the featured image it will automatically add to the media library where you can use the image for different purpose.
Are you trying to set the 5 featured post images as a background image for the single page via wp-background lite plugin.Thank you!
Theme Horse Support Team
KeymasterHi Elisenda,
To make the round icons bigger go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.service-item .service-icon { border-radius: 55px; height: 80px; width: 80px; } .service-item .service-icon img { height: 80px; width: 80px; }Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Toddw,
It need code customization. You need to hire a developer.
You can use our Ambition theme where you can set the services item same like our Ultimate theme. See it here.Thank you!
Theme Horse Support Team
Keymaster@edwin Can we have your site URL too? So that we can give you a exact CSS code to fix the issue.
Thank you!
Theme Horse Support Team
Keymaster@Edwin Which version of IE you are using?
Theme Horse Support Team
KeymasterHi Courtney,
To remove white space login to your WP admin site and go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.hgroup-wrap { display: none; }Thank you!
Theme Horse Support Team
KeymasterHi Monique,
It works fine when we checked. It may be conflict with the plugin that you are currently using in the theme. Please deactivate one by one and check it.
Thank you!
Theme Horse Support Team
KeymasterHi Markus,
Sorry! We have integrate our featured slider image on background to cover the whole screen size as well as the height too. So it cuts the featured image.
Thank you!
Theme Horse Support Team
Keymaster@pro9477, @ski-pro and @cerstinhenning
It needs code customization. Go to theme main directory > inc > structure > header-extension.php and fine the below code
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>replace above code with below one then you can have a zoom features when pinch.
<meta name=”viewport” content=”width=device-width”>Please replace it by creating child theme otherwise replace code will be remove each and every time you update the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Courtney,
Could you please provide us the site URL? So that we can provide you a exact CSS code to remove the white space.
Thank you!
-
AuthorPosts
