Forum Replies Created
-
AuthorPosts
-
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!
Theme Horse Support Team
KeymasterHi Sara,
First set the slider number something to 2 or 3 and save it and refresh the page and then set all the field of image slider with image and save it. If it does not work properly then let us know.
Thank you!
Theme Horse Support Team
KeymasterHi Heidi,
To add sticky header menu for this theme go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.hgroup-wrap { background-color: #fff; position: fixed; top: 0; width: 100%; z-index: 100000; }
Thank you!
Theme Horse Support Team
KeymasterHi Monmidt,
To increase the icon size of header info bar go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and save it:
.info-bar .info ul li:before { font-size: 21px; height: 21px; margin-right: 10px; }
And for to add the link in address to google map it needs code customize. You have to hire a developer for this as it is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterYou Welcome Itsremco
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/interface
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHI Irit,
We have edited the above Custom CSS code please use that and let us know.
Thank you!
January 14, 2016 at 11:45 am in reply to: Social Links are not showing up in Firefox and Chrome? #41333Theme Horse Support Team
KeymasterHi Gael,
Did you customize any code in the theme?
Try deactivating the plugins that you have activated and check once.
Also please update the theme to the latest version and let us know.Thank you!
Theme Horse Support Team
KeymasterHi Irit,
Sorry! There is no images missing issue in IE.
Can we have the site URL? So that we can see the images issue in your site.To have the text transform to normal(regular) for site name and menu item please go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-title, #access a, #access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a { text-transform: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Itsremco,
Oh. Sorry! We have edited above Custom CSS.
Please use that.Thank you!
Theme Horse Support Team
KeymasterHi itsremco,
Please use below Custom CSS to center the logo:
#site-logo { float: none; text-align: center; } #site-title a { display: inline-block; } .hgroup-right { float: none; padding-right: 0; } #access { float: none; text-align: center; } #access li { display: inline-block; float: none; } #access ul li ul li { display: block; text-align: left; } .search-toggle { top: 0; } @media only screen and (max-width: 767px) { #site-logo { float: left; } #access { text-align: left; } }
Thank you!
Theme Horse Support Team
KeymasterHi Lee,
Thank you for the site URL.
Edit your custom CSS accordingly to the below one:#access a { height: 81px; padding-top: 65px; } .search-toggle { margin-top: 25px; } #search-box { top: 100px; } @media only screen and (max-width: 767px) { .menu-toggle { margin-top: 57px; } #access a { float: none; padding: 10px 0; height: inherit; } }
Thank you!
Theme Horse Support Team
KeymasterHi Sarahadams,
Please do create the child theme before customizing the theme.
To create the child theme create a child theme directory (clean-retina-child) under this folder create style.css and paste the below code:/* Theme Name: Clean Retina Child Theme URI: https://www.themehorse.com/themes/clean-retina Author: Theme Horse Author URI: https://www.themehorse.com Version: 2.0.1 Text Domain: cleanretina Template: clean-retina */ @import url("../clean-retina/style.css"); @media only screen and (max-width: 767px) { your custom css goes here }
Note: Please add your Custom CSS code in above text ‘your custom css goes here’
Thank you!
-
AuthorPosts