This topic has 13 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
How can I remove the Revolution Slider from the products pages, single product, category pages ?
Slider only need Home page !
Hello,
Go to 8Theme Options > E-Commerce > Shop > Product Page Banner and remove code for the slider.
Best regards,
Jack Richardson.
Thanks you very much Mr. Jack R., 🙂
But sorry, this area //E-Commerce > Shop > Product Page Banner// is already EMPTY !!
Still my product page, especially Woocommerce Products is appears MAIN SLIDER !!
Please check
http://giftavip.com/?product_cat=roses##
&
http://giftavip.com/?product=butterfly-serenity-bouquet
I think I have to edit some codes somewhere…
Revolution Slider need to use this code
<?php putRevSlider(‘main-slider’, ‘homepage’); ?>
but where ??
Hello,
Please provide us with FTP and WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Okey, I am providing details. Sorry that delayed
Hello,
The reason is you added slider for main Shop page and it’s shown for all product categories too:
http://storage9.static.itmages.com/i/15/1001/h_1443683678_5685785_3538577014.png
Remove it and add directory into the content of Shop page.
Regards,
Eva Kemp.
hi Eva Kemp,
I choose Banner only at Shop Content Page, But now the issue is there is a Space/Margin on top of Banner, or bottom of Nav.,
What is the CSS to remove that ?
I want Slider Banner top:0, also dropdown menu top:0.. !!
Possible ?
Hello,
Please add this code in 8Theme Options > Styling > Custom CSS > Global Custom CSS:
.breadcrumbs-type-9.woocommerce .page-wrapper > .container .row > .content {
padding-top: 0px;
}
Regards,
Eva Kemp.
YES.. Thanks you very much (Y) …
Partially solved,
what about the space between Navbar and nav-sublist-dropdown, as in the picture ?
Can I remove it please ?
http://giftavip.com/wp-content/uploads/2015/10/test3.jpg
Hello,
Please use this css code too:
.header-type-1 .menu-wrapper .nav-sublist-dropdown {
top: 44px;
}
Regards,
Eva Kemp.
That’s great (Y) Solved the issue, Thanks.
Can you please support me for the Mobile Navigation ?
Where I style to remove the PADDING around the [navbar-collapse],
and how can style color and font in the text ?
(please check the image too)
Thanks 🙂
Hello,
Please add this code in Global Custom CSS:
.template-container .mobile-menu-wrapper {
padding-top: 0px;
padding-bottom: 0px;
}
.template-container .mobile-menu-wrapper .container {
padding-left: 0px !important;
padding-right: 0px !important;
}
To change font for submenu items use this code:
.template-container .mobile-menu-wrapper .menu > li .sub-menu li a {
font-size: 16px !important;
font-family: Georgia;
}
For main items:
.template-container .mobile-menu-wrapper .menu > li > a {
color: red;
font-size: 15px;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up