Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi shruthinambiar,
Sorry, To put different background for different pages it needs code customization. You have to hire a developer for this.
Thank you!
Theme Horse Support Team
KeymasterHi Dawn,
To change all the color elements on the template to another you have to wait for the pro version. If you need some specific then we will provide you a code. To change all the elements it needs lots of CSS customization. So better wait for the pro version to change color skin.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHI Dave,
Could you please send us your site URL also you can upload once again as you did before.
Thank you!
Regards,
Theme horseTheme Horse Support Team
KeymasterHi Ten12design,
Sorry! FYI Helvetica Neue is not a Google font. It’s a Mac OS default font. Anyways we will update in near future till then to change font to Helvetica Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
body, input, textarea, h1, h2, h3, h4, h5, h6, #site-title, #site-description, .slogan-wrap, .slogan-wrap .slogan span, .featured-text .featured-title, .entry-title, #access select { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
Thank you !
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi ten12design,
There is lots of Google fonts to be update in our theme all are not possible but we will try to put some with your in near future. Please specify the Google font. We will update a theme with a new version.
Thank you for your patient.
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi LMKWeb,
There is a following break point for responsiveness
@media only screen and (max-width: 1078px) @media only screen and (max-width: 767px)
In style.css line number 2012 there is
#primary, #secondary, #colophon .widget { float: none; margin-left: 0; width: 100%; }
remove line
#primary, #secondary,
which is a break point that makes column and sidebar 100% and you will see the same view as desktop view. If you want to break this 768px after paste below CSS code under this @media only screen and (max-width: 767px)#primary, #secondary { float: none; margin-left: 0; width: 100%; }
before editing core CSS file please consider about child theme. If you edit the core CSS file your changes will be lost when you update a theme.
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Daniel,
To decrease the excessive white space height in the header area Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.hgroup-wrap { padding-bottom: 21px; padding-top: 0; }
Thank you for using our theme.
Regards,
SovitTheme Horse Support Team
KeymasterHi Simon,
TO change the grey line above/ below the main navigation bar Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access { border: 0 none; }
Thank you for using our theme.
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Dfraley,
To make current menu item bold when it is acitve Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a { font-weight: bold; }
Thank you!
Regards,
Theme HorseApril 28, 2014 at 7:21 pm in reply to: testimonial widget showing same name on both the testimonial #9807Theme Horse Support Team
KeymasterHi Visheshshahani,
Interface version 1.0.2 is out for download. Update your theme and let us know if there is any issue with testimonial widget.
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi DD,
Interface version 1.0.2 is out for download. Update your theme and check your language file. If there is any issue with the theme please let us know.
Thank you!
Theme Horse Support Team
KeymasterHi DD,
We have submitted the new version 1.0.2 with your issue fixed and will be live very soon. Please be active and let us known it works fine or not.
Thank you!
April 28, 2014 at 9:28 am in reply to: testimonial widget showing same name on both the testimonial #9790Theme Horse Support Team
KeymasterHi visheshshahani,
We have submitted the new version 1.0.2 and will be live very soon. Please be active.
Thank you!
Regards,
Theme HorseApril 28, 2014 at 8:54 am in reply to: testimonial widget showing same name on both the testimonial #9789Theme Horse Support Team
KeymasterHi visheshshahani,
Thanks for reporting. We are updating will let you know.
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi theburgernerd,
There is no temporary solution for this it needs code customization. If you customize the code than your code will be removed whenever you update your theme. Better wait for the update. We will soon fix this and let you know.
Thanks for your patience.
Regards,
Sovit -
AuthorPosts