How to change the look of the submenu?
And is there a way to show the submenu when having the mouse on the top menu…
Hope it makes sense
www.astaa.dk
Cheers,
Astaa
How to change the look of the submenu?
And is there a way to show the submenu when having the mouse on the top menu…
Hope it makes sense
www.astaa.dk
Cheers,
Astaa
Hi Astaa,
I am not certain what you mean by this because currently, when you hover on the main menu, the submenu displays under it.
As for changing the font size of the submenus, please add this code in the custom CSS panel:
desktop .sub-menu a {
font-size: 1.2em;
}
Hope this helps.
Okay, that is funny…
on my computer I doesnt show up, when I hover over it…
Only when I click it…
And I cannot get that code to work…
Nothing changes…
Hope there is a way
Cheers,
Astaa.
Hi There,
On which browser you’re testing your site? I have tested your site on Firefox, Chrome & Safari and the sub-menu appearing on hover.
However I see the font size not increased.
Please update the CSS rule provided above as follows.
.desktop .sub-menu a {
font-size: 1.2em;
}
When testing your site, make sure to clear your browser cache as well.
Let us know how it goes.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.