Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterCould you please provide us your site URL so that we can have a look?
Thank you!
Theme Horse Support Team
KeymasterHi Elodie,
You have to add below html code manually to have the promobox inside the pages.
<section class="widget widget_promotional_bar clearfix"> <div class="promotional-text">“Free Responsive Retina Ready WordPress Theme” <span>Free WordPress Theme has never been so easy & beautiful.</span> </div> <a title="View Work" href="#" class="call-to-action">View Work</a> </section>
And to manage it on center Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.widget_promotional_bar { text-align: center; } .widget_promotional_bar .promotional-text { float: none; text-align: center; width: 100%; } .widget_promotional_bar .call-to-action { float: none; margin-top: 16px; }
Thank you!
Theme Horse Support Team
KeymasterHi AlicePH,
To have the responsive menu toggles in tablet Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (max-width: 1078px) { #site-logo { margin-bottom: 32px; } .hgroup-right { padding-right: 0; } .search-toggle { display: none; } .menu-toggle { display: block; background-color: rgba(0, 0, 0, 0); font-size: 0; border: 0 none; padding: 0; color: #777; width: 30px; height: 21px; float: right; margin-top: 39px; cursor: pointer; } .menu-toggle:before { display: block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 25px; line-height: 0; font-family: 'Genericons'; vertical-align: top; content: '\f419'; } .hgroup-right { clear: both; float: none; } .nav-menu { display: none; } .toggled-on .nav-menu { display: block; } #access { float: none; } #access li { position: inherit; width: 100%; border-top: 1px solid rgba(0, 0, 0, 0.1); margin-left: 0; } #access a { float: none; padding: 10px 0; height: inherit; } /* Dropdown */ #access ul li ul, #access ul li:hover ul ul, #access ul ul li:hover ul ul, #access ul ul ul li:hover ul ul, #access ul ul ul ul li:hover ul ul { display: block; } #access ul li ul { position: inherit; top: 0; width: inherit; border: 0 none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #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 { padding: 10px 0 10px 15px; } #access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover { background-color: inherit; } #access ul li ul li ul { left: 0; padding-left: 6px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } }
Thank you!
Theme Horse Support Team
KeymasterHi Ahmad,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text .featured-title, .featured-text .featured-content { background-color: #0190c1; padding: 10px; }
Thank you!
Theme Horse Support Team
KeymasterHi Devon,
Sorry! There is no any padding around the header image. If you site is not live can you show us via screenshot. You can use Awesome Screenshot add-on in your browser to share the screenshot.
Thank you!
Theme Horse Support Team
KeymasterHi Francis,
To reduce the space between the main menu and the drop-down menu 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 ul { top: 80px; }
Thank you!
Theme Horse Support Team
KeymasterHi Aparicio,
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 ul li a { font-size: 19px; }
Please increase above digit value to have the bigger font size in navigation child.
Thank you!
Theme Horse Support Team
KeymasterHi Anna,
Login to you WordPress admin site and Go to Appearance -> Theme Options -> Design options tab -> Custom Header there you can see the header menu position option.
Thank you!
Theme Horse Support Team
KeymasterHi Mariana,
To add the space below the revolution slider Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.business-layout .header-main { padding-bottom: 30px; }
Thank you!
Theme Horse Support Team
KeymasterHi Blue,
To center the Image Caption text in blog posts Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.wp-caption .wp-caption-text { text-align: center; }
Thank you!
Theme Horse Support Team
KeymasterHi Aparicio,
To change the font size of the dropdown menu Go to Appearance -> Theme Options -> Design Options Tab -> Typography Options -> Font Size -> Navigation Child there you can set the size of font.
Thank you!
Theme Horse Support Team
KeymasterHi Greg,
It’s very easy to change the background color. Please login to your WordPress dashboard site and Go to Appearance -> Customize -> Colors -> Background Color options and select the color as you like.
Thank you!
Theme Horse Support Team
KeymasterHi Richard,
Sorry! There is no example of the buit-in slider in our demo. Please follow this instruction http://themepunch.com/codecanyon/revolution_wp/documentation/#!/documenter_cover otherwise provide us the temporary username and password via Email Us We will set the slider for you.
Thank you!
Theme Horse Support Team
KeymasterHi Michael,
Ok then add below code in custom css as well
#access li { padding-right: 30px; }
Thank you!
Theme Horse Support Team
KeymasterHi Elen,
Sorry! It is not possible by easy way.
You have to customize the code as it was displayed from the excerpt.
You have to hire a developer.Thank you!
-
AuthorPosts