Forum Replies Created
-
AuthorPosts
-
September 5, 2014 at 6:21 pm in reply to: Responsive design? Navigation menu is missing on iphone/ipad. #13666
Theme Horse Support Team
KeymasterHi iacwebsites,
First please update you theme. Responsive menu is working fine here.
Thank you!
Theme Horse Support Team
Keymaster@Patricia To remove the space below the nav bar and above the page title Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access { margin-bottom: 20px; } .breadcrumb { margin-bottom: 0; }
Thank you!
Theme Horse Support Team
Keymaster@Vincent To removing the “search” and all the space above the header 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: 0; } #branding .searchform { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Raymond,
Sorry! It needs code customization you have to hire a developer for this.
Thank you!
Theme Horse Support Team
KeymasterHi Vincent,
We did not understand what you are trying to say? Please clarify your queries.
Thank you!
Theme Horse Support Team
KeymasterHi Santhi,
To centre align the home slogan Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.slogan-wrap { text-align: center; } .slogan-wrap .slogan { float: none; width: 100%; } .slogan-wrap .view-work { display: inline-block; float: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Santhi,
To remove the line above and below the navigation menu 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!
Theme Horse Support Team
KeymasterHi Tofrar,
To make the space above the header image(banner) 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; } .hgroup-right { margin-top: 28px; } #site-logo { margin-top: 22px; }
Thank you!
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!
-
AuthorPosts