Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi scheherazade45,
To add images to the header area to horizontally line up with the logo is not possible. It needs code customization. You have to hire a developer for this.
Thank you!
Theme Horse Support Team
KeymasterHi Edwin,
To change the go to top button color you have to change the background image in style.css file.
We have used image on it not a color. To change the background image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.back-to-top a { background-image: url("your-image-url"); }
*Change above text your-image-url to your image url.
Thank you!
Theme Horse Support Team
KeymasterHi Patricia,
Go to Apperance -> theme options -> design options tab -> custom header there you will see the header menu position options.
Thank you!
Theme Horse Support Team
KeymasterHi Phuong,
If you are trying to remove the gray border and footer that are currently now in your home page then Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.wrapper { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #colophon { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Tsvjus,
Which file did you minifyed?
Thank you!
Theme Horse Support Team
KeymasterHi Catmose,
We could not specify which email is yours. Please specify the subject of the email that you send to us.
Thank you!
Theme Horse Support Team
KeymasterHi Paperdavid,
To remove the top part of the header where the logo and social media icons sit Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.hgroup-wrap { display: none; }
Note: If you wish to display header logo and social media again then remove above CSS from the Custom CSS options.
Thank you!
Theme Horse Support Team
KeymasterHi Alice,
To gap between the slider on the home page and text widget Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#main { padding-top: 30px; }
Thank you!
Theme Horse Support Team
KeymasterHi Klemen,
Please provide the page link where there is a extra space. We could not able to find any extra spaces on the right side. Right side spaces are perfect on your site.
Thank you!
August 26, 2014 at 5:42 am in reply to: Want Featured image with 100% between page title and content of the inside pages #13274Theme Horse Support Team
KeymasterHi Gaurav.nirvana,
Sorry! Featured image is wrapped inside the fixed container width so it is not easily possible to make it 100% width between the page. It needs code customization you have to hire a developer for this.
Thank you!
Theme Horse Support Team
KeymasterHi Mike,
Add below code in your page editor then add your content in below You half one column contain goes here… text.
<div class="column clearfix"> <div class="one-half">You half one column contain goes here…</div> <div class="one-half">You half second column contain goes here….</div> </div>
Regards,
Theme HorseThank you!
Theme Horse Support Team
KeymasterHi mjm0732,
To removed the navigation menu and to center the page logo Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-logo { float: none; text-align: center; margin: 32px 0; } .hgroup-right { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Carol,
To change the height of my menu/nav. area and display Menu on one line vs. two Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access a { height: 40px; padding: 20px 0 0; } #access ul li ul { top: 60px; } #search-box { top: 60px; } .search-toggle { margin-top: 22px; } .menu-toggle { margin-top: 25px; } .hgroup-right { float: none; padding-right: 0; }
Thank you!
Theme Horse Support Team
KeymasterHi Gomezborbon,
Where you want to have that?
If you are asking about to have it on content section then it needs code customization you have to hire a developer for this.Thank you!
Theme Horse Support Team
KeymasterHi theburgernerd,
have the color of the social icons remain colored and not just colored when hovered over.
Paste below CSS code in the custom CSS options..social-profiles ul li.facebook a { background-position: 0 -40px; } .social-profiles ul li.twitter a { background-position: -40px -40px; } .social-profiles ul li.google-plus a { background-position: -80px -40px; } .social-profiles ul li.pinterest a { background-position: -120px -40px ; } .social-profiles ul li.linked a { background-position: -160px -40px; } .social-profiles ul li.tumblr a { background-position: -200px -40px; } .social-profiles ul li.vimeo a { background-position: -240px -40px; } .social-profiles ul li.my-space a { background-position: -280px -40px; } .social-profiles ul li.flickr a { background-position: -320px -40px; } .social-profiles ul li.you-tube a { background-position: -360px -40px; } .social-profiles ul li.rss a { background-position: -400px -40px; } .social-profiles ul li.dribbble a { background-position: -440px -40px; } .social-profiles ul li.wordpress a { background-position: -480px -40px; } .social-profiles ul li.deviantart a { background-position: -520px -40px; } .social-profiles ul li.aim a { background-position: -560px -40px; } .social-profiles ul li.github a { background-position: -600px -40px; } .social-profiles ul li.blogger a { background-position: -640px -40px; } .social-profiles ul li.stumbleupon a { background-position: -680px -40px; } .social-profiles ul li.skype a { background-position: -720px -40px; } .social-profiles ul li.foursquare a { background-position: -760px -40px; } .social-profiles ul li.picasa a { background-position: -800px -40px; } .social-profiles ul li.path a { background-position: -840px -40px; } .social-profiles ul li.slideshare a { background-position: -880px -40px; } .social-profiles ul li.paypal a { background-position: -920px -40px; } .social-profiles ul li.delicious a { background-position: -960px -40px; } .social-profiles ul li.lastfm a { background-position: -1000px -40px; } .social-profiles ul li.behance a { background-position: -1040px -40px; } .social-profiles ul li.netvibes a { background-position: -1080px -40px; } .social-profiles ul li.digg a { background-position: -1120px -40px; } .social-profiles ul li.reddit a { background-position: -1160px -40px; } .social-profiles ul li.mail a { background-position: -1200px -40px; } .social-profiles ul li.instagram a { background-position: -1240px -40px; }
Thank you!
-
AuthorPosts