Forum Replies Created
-
AuthorPosts
-
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!
Theme Horse Support Team
KeymasterHi Lee,
Could you please provide us the site URL? So that we can see your site in mobile devices and provide you a exact CSS code.
Thank you!
January 8, 2016 at 8:34 am in reply to: Change of Default Font Colour on Top Contact Info bar #41116Theme Horse Support Team
KeymasterHi Info165,
To change the color and the font-size paste below CSS code in your child theme CSS. Also if you want more features like font-family, font-size and font-color, color skin you can upgrade it to pro version of the Interface theme and change as you wish.
.info-bar, .info-bar .info ul li a { color: #fff; font-size: 14px; }
Thank you!
Theme Horse Support Team
KeymasterHi Steve2,
Sorry! We have visited your site and we do not found any issue that your are talking about. When ever slider changes to next one we are able to click on it’s own link while changing image at a same time. Below are the links that you have set for the sliders.
1st slider link: http://patriciacoughlin.com/events/
2st slider link: http://patriciacoughlin.com/treatment/
3st slider link: http://patriciacoughlin.com/publications/
4st slider link: http://patriciacoughlin.com/training/You can clean the cache once and check it.
If same issue exist please record the video and provide us the video link.Thank you!
Theme Horse Support Team
KeymasterHi Lee,
Please go to the Appearance > Customizing > Layout Options > Responsive Layout and ON the responsive layout and just paste the below code in custom CSS and remove your all code:
#access a { height: 45px; padding-top: 25px; } .search-toggle { margin-top: 25px; } #site-logo { margin-top: 18px; } #access ul li ul { top: 70px; } @media only screen and (max-width: 767px) { #site-logo { margin: 10px 0; } .menu-toggle { margin-top: 17px; } }
Thank you!
-
AuthorPosts