Forum Replies Created
-
AuthorPosts
-
March 15, 2016 at 11:10 am in reply to: Padding almost non-existent between site-title tagline and top menu #43484
Theme Horse Support Team
KeymasterHi Henderson,
We have encounter override css in your child theme style.css file.
Please remove below code in your child theme style.css file to have the padding between site-title tagline and top menu.hgroup-wrap { padding-bottom: 10px; }
Thank you!
Theme Horse Support Team
KeymasterHi Reiner,
You have to login to our site with the same username here and you will be redirected to your account page where you can download the latest version in the available download section.
Thank you!
Theme Horse Support Team
KeymasterHi Marcello,
To show the top “Contact Info Bar” in tablet go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (max-width: 767px) { #masthead .info-bar { display: none; } }
Thank you!
Theme Horse Support Team
KeymasterHi there,
Oh! This features is not available in the free version you have to upgrade it to pro version to have the individual link for the slider as we have additional Image featured slider where you can add any link for the image.
Thank you!
Theme Horse Support Team
KeymasterHi Sgeorge,
Sorry! It needs code customization you need to hire a developer as it is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
To make site logo and main navigation to be centered and main menu to be below the logo go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (min-width: 768px) { .hgroup-wrap { text-align: center; } #site-logo { float: none; margin: 0 auto; padding: 19px 0 0; } #site-title { float: none; margin-right: 0; } .hgroup-right { float: none; min-width: inherit; padding-right: 0; } .main-navigation { float: none; } .main-navigation li { display: inline-block; float: none; } .main-navigation ul li ul li { display: block; text-align: left; } }
Thank you!
March 9, 2016 at 7:00 am in reply to: Padding almost non-existent between site-title tagline and top menu #43297Theme Horse Support Team
KeymasterHi Nicola,
Could you please provide us your site URL? So that we can see the exact issue.
Thank you!
Theme Horse Support Team
KeymasterHi Shegga,
Sorry! Email address that display in the top bar is not spam protected. We use it as a contact purpose. If you would like to protect it then you may use plugin available free in wordpress.org but we can not recommended any plugin and also can not guarantee that thirty party plugin works fine in our theme.
Thank you!
March 9, 2016 at 6:50 am in reply to: Change colour and size of font, without changing anything else #43293Theme Horse Support Team
KeymasterHi there,
The above css code is exactly correct for strong text but use it via custom css option rather then changing it directly from editor. Also it won’t change the gray color for other normal fonts.
Thank you!
Theme Horse Support Team
KeymasterHi Robert,
Are you trying to have the same header image while changing the theme? If yes then WordPress wont set the same header image while changing the theme you have to set it again.
Thank you!
Theme Horse Support Team
KeymasterHi Markus,
To have the 3 columns in the footer go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button and drag text widget there and add your content as your wish.
#colophon .one-fourth { width: 30%; }
Thank you!
Theme Horse Support Team
KeymasterHi Arho,
You have to use our specific our team widget for our team template but you can make the title center for any widget you use just go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
.our-team-template #main .widget-title { text-align: center; }
Thank you
Theme Horse Support Team
KeymasterHi Toddw,
To have the same top bar like our main site use this background-color to #71b02f instead of this code #2a2a2a.
Thank you!
Theme Horse Support Team
Keymaster@jasyn To reduce the space under the menu bar on the other page except the home page go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
.home #content { padding: 60px 0 10px; } #content { padding: 0; }
Thank you!
Theme Horse Support Team
KeymasterHi Benjamin,
Could you please provide us the site URL so that we can see the exact issue and provide you exact custom CSS code.
Thank you!
-
AuthorPosts