Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Menu / Mega menu
Font size
alexanderkryger
February 2019
in
Menu / Mega menu
Is there a way to change the font size on the sub items in the mega menu, so the sub items and the sub sub items are different from each others.
If not, it's possible to make a separate line under sub items?
https://imgur.com/a/UhHTTzG
Comments
alexanderkryger
February 2019
https://hoejholthudpleje.dk
alexanderkryger
February 2019
I have now make this css:
#Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{
font-size: 16px;
font-weight: 800;
}
Is there a way to make a horizontal divider separating the sub menu from the sub sub menu?
Pablo
February 2019
Hi,
Yes, this is possible - but only with Custom CSS.
Please paste this CSS into the Theme Options > Custom CSS & JS > CSS
.mfn-megamenu-parent ul ul {
font-size:10px !important;
}
Is this what you were asking for?
Thanks
alexanderkryger
February 2019
Is there a way to make a horizontal divider separating the sub menu from the sub sub menu?
Bryan
February 2019
I do not quite understand, could you please show us where you would like to set this divider? A screenshot would be great.
thanks
alexanderkryger
February 2019
Like this:
https://imgur.com/a/WGwEHrw
Pablo
February 2019
Unfortunately, It requires a lot of very advanced CSS and we help with the simple CSS only.
Thanks
alexanderkryger
February 2019
Thats okay :-)
Sign In
or
Register
to comment.
Comments
Thanks