Please go to Appearance → Customize → Logo & Header → Category Mega Menu → Font Size for Category Name On Category Mega Menu: change the font size on this section.
I tried this already but the only font size that is changing ist the category on the top of the post - see screenshot, not the size for the font in the left column ..
#navigation .penci-megamenu .penci-mega-child-categories a, .pc-builder-element.pc-main-menu .navigation .menu li .penci-mega-child-categories a { font-size: 12px; }
Hi, is there a way to change the Font type / Size of the Mega Menu with CSS? Thank you!!
Hi,
Please go to Appearance → Customize → Logo & Header → Category Mega Menu: you can change the font size in this section.
Regards,
PenciDesign.
I need to change the Font Family - Custom Font Style fro tmega menu... is there an option to do it with CSS?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change Roboto with the font name you want to show.
Regards,
PenciDesign.
Thank you but it didn't worked out .. I did change it to
.penci-megamenu,
.penci-megamenu h3 {
font-family: 'BebasNeue';
}
I cleared the cache after I saved it, but it didn't work out
Hi,
Please modify the CSS like the following below:
Regards,
PenciDesign.
Unfortunately, the font style is still not changing ..
Hi,
Please modify the CSS code:
Regards,
PenciDesign.
Only the text under the blog posts is changing, not the font type for text on the left with the futures categorie
Hi,
If you want to apply it to all the text, please modify the CSS code:
Regards,
PenciDesign.
Thank you! It worked out :) How can I change the size of the Categories on the left size?
Hi,
Please go to Appearance → Customize → Logo & Header → Category Mega Menu → Font Size for Category Name On Category Mega Menu: change the font size on this section.
Regards,
PenciDesign.
I tried this already but the only font size that is changing ist the category on the top of the post - see screenshot, not the size for the font in the left column ..
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 13px to the font size you want to show.
Regards,
PenciDesign.
thanks, but this is not correct, as it does the same thing as this one in customize:
Please go to Appearance → Customize → Logo & Header → Category Mega Menu → Font Size for Category Name
.. I need to change the size of the left column - please see the attachment.
Attached files: column mega menu.JPG
Hi,
Here is the correct CSS:
Regards,
PenciDesign.
Thank you! it worked out :)