Hi,
would be great if anybody can give me a code for quick css for the font size and colr for the navigatione in the sidebar.
In the moment is is to small.
Thanks a lot
rixi
Hey rixi,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-menuric li a {
font-size: 18px;
color: red;
}
Best regards,
Rikard
Hi,
Is hover color possible too?
Yes, that should be possible. Please add this css code just below the first one.
#menu-menuric li:hover a {
color: orange;
}
Best regards,
Ismael
Hi Ismael,
perfect, thanks a lot :)
many regards rixi