This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
I faced many problems about Royal Theme that could not be solved by exta CSS class. The problem mentioned below.
Provide me support to fix issues to solve these problems.
1st of all—–You are theme author, not a secret web developer so don’t make any laughing comment about to provide private content because it’s called private.
Problems are followings:
1. How to adjust between Revolution Slider & Main Body Content Space so that I make a no space in them.
2. (IMPORTANT ISSUE) How to decrease the Header area’s Height to look attractive even better
3. I want my custom links in Top Bar not your’s choice because you called it multipurpose theme
4. I want full Width body content in Visual Composer not the Default Width which is showing as background color. I want to add element in that space where the color is added.
5. (IMPORTANT ISSUE) What about the space between Footer and Main body content. How to remove that.
6. How to add Header Background Image. Is it possible to your knowledge?
Please, provide us the requiredment details…..
Hello,
We’re sorry for a long delay.
1. To remove space between slider and main content, add this code into custom.css file:
.page-heading-slider .wpb_revslider_element {
margin-bottom: -5px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
2. To increase header height use this code in custom.css file:
header {
height: 200px;
}
3. You can add your links in Text widget in “Place in Header top bar” widget area in Appearance > Widgets.
4. You can create a full width template and select it for your pages. Please read this article: http://millionclues.com/wordpress-tips/make-full-width-page-in-wordpress/
5. Use this code in custom.css file:
.footer-top-2 {
margin-top: -30px;
}
6. You can image in header with the following code in custom.css:
header {
background-image: url("url_to_your_image");
}
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Royal wordpress theme provided by eight theme’' has been successfully resolved, and the topic is now closed for further responses