Hello!
1)
I want to remove the right top menu on these page’s (all the pages then ofcourse)
http://rxlhome.nl/producten/eettafels
http://rxlhome.nl/hout-voorraad/barnwood
I already turned sidebar on Enfold off but its not working.
2)
http://rxlhome.nl/blog
Still not happy about this one, is there a way to remove the white/grey background completely? I just want the picture to show!
thanks!
Hey RestyleXL!
Thank you for using our theme.
ad 1)
Put the following in custom.css or Quick CSS to remove from all pages.
.avia-menu{
display: none;
}
If you want to remove only from certain pages you can specify the page id (you find in HTML Code in the <body> tag (e.g.):
.page-id-3036 .avia-menu{
display: none;
}
ad 2)
Put the following in custom.css or Quick CSS:
.slideshow-window{
border: 20px solid white !important;
}
Regards,
Günter
Thanks!
ad1)
I’m sorry for the miscommunication i ment the sidebar menu http://rxlhome.nl/producten/eettafels above “Producten” I stil have
“Meubelpanelen”
“Tafelbladen”
“Tafelpoten”
“Eettafels”
I want that one compleetly gone,
Same with
http://rxlhome.nl/hout-voorraad/barnwood
Hi!
This should do for the 2 pages above.
.page-id-3036 .widget_nav_menu,
.page-id-3016 .widget_nav_menu{
display: none;
}
Best regards,
Günter
Hello!,
I’m afraid the code doesn’t work :(
.page-id-3036 .widget_nav_menu,
.page-id-3016 .widget_nav_menu{
display: none;
}
Hey!
Please flush browser cache and refresh your page a few times. Side nav is not visible on my end – http://i.imgur.com/e4I8lWX.png
You could also go to Enfold theme options > Sidebar Layout and uncheck “Page Sidebar navigation”
Cheers!
Yigit
No this is not what i want… sorry maybe i’m not clear.
But i had two menu’s i finally found the problem. Just needed to turn off “Page Sidebar navigation” at Theme option.