Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Vario Home Page
New Landing › How can we help? › Atelier › Vario Home Page
- This topic has 20 replies, 4 voices, and was last updated 9 years by David Martin – Support.
-
Posted in: Atelier
-
October 3, 2015 at 5:29 pm #218255
Hi Guys,
I would like to use the Vario Demo slider on our homepage.
Is there a way to acomplish this? So only the slider effect?Thanks,
JoostOctober 5, 2015 at 9:49 am #218346Hi
You mean you want to set up a similar slider? Or use that exact slider?
– Kyle
October 5, 2015 at 12:25 pm #218426HI Kyle,
I would like to set up a similar slider (which also uses the header menu as slide area).
Best,
JoostOctober 5, 2015 at 12:44 pm #218439You would just need to create a slider, add it to the page via the page meta options, then set the header as ‘naked – light’
– Kyle
November 10, 2015 at 10:49 pm #227614Hi Kyle,
Sorry for my delayed response.
Thanks work like a charm! If I want to set the font colour of the menu to black and the drop down menu not with white background but only plain text (also black) how do I accomplish that for only the homepage slider menu (which will be overlayed on the slider)
So I mean a custom menu for only the homepage because of the slider, and when you click on a menu item, regular menu takes over.
Hope my question is clear and thanks for the help.
JoostNovember 11, 2015 at 2:00 pm #227805Hi,
Can you provide a mockup image of the desired menu and also the url to that specific page?
Thanks-Rui
November 11, 2015 at 10:37 pm #228014Hi Rui,
See here: https://www.thehuntingensemble.nl/tester/
I want the drop down menu’s be the same as the main category header items (white with no background).
But only for the page were the slider is. When you click on a menu item it should go normal header.Is that technically possible?
Best,
JoostNovember 12, 2015 at 6:56 pm #228351Hi,
So you want this page’s menu: https://www.thehuntingensemble.nl/tester/ to be like this: https://www.thehuntingensemble.nl/product-category/t-shirts/norse-projects-t-shirts/ ?
Cheers,
David.November 12, 2015 at 7:27 pm #228367This reply has been marked as private.November 12, 2015 at 7:56 pm #228381Hi Joost,
I don’t really get it, the dropdown you want white text? What about the white dropdown background color?
-David.
November 12, 2015 at 8:06 pm #228387Hi David,
Sorry for not being clear enough.
I just want the dropdown to be the same as the main menu items, so no background colour (transparent) and text in white.
And only for the page were the header is other pages should stay the same as they are right now.Sorry for the difficult question.
Best,
JoostNovember 12, 2015 at 8:15 pm #228390Ah ok I am following now.
So the basic code would be this. To apply it to just a specific page and not all naked header pages, you can add an extra class in the page meta options and then prefix the below with the extra class.
.page-header-naked-light nav .menu ul.sub-menu, .page-header-naked-light li.menu-item.sf-mega-menu > ul.sub-menu > div { background: transparent; border: none !important; } .page-header-naked-light nav .menu ul.sub-menu li.menu-item > a, .page-header-naked-light nav .menu ul.sub-menu li > span, nav.std-menu ul.sub-menu { color: #fff !important; }
Thanks,
David.November 12, 2015 at 9:27 pm #228414Hi David,
This is amazing! Thank you.
What if I would use the extra class in the page meta called: tester. how do I make it as a prefix in CSS?Thanks again for you help! really appreciate it.
JoostNovember 12, 2015 at 9:30 pm #228418This reply has been marked as private.November 13, 2015 at 4:01 pm #228640Hi,
This was because there was an error in the CSS, the media above where you pasted the code was missing a closing
}
Please check now: https://www.thehuntingensemble.nl/tester/
You can add your class
.tester
at the start of each new line. Ex:.tester .page-header-naked-light nav .menu ul.sub-menu, .tester .page-header-naked-light li.menu-item.sf-mega-menu > ul.sub-menu > div { background: transparent; border: none !important; } .tester .page-header-naked-light nav .menu ul.sub-menu li.menu-item > a, .tester.page-header-naked-light nav .menu ul.sub-menu li > span, nav.std-menu ul.sub-menu { color: #fff !important; }
Cheers,
David. -
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.