Mega menu Top bar Menu – How to set the size of the icons

Posted in: Newspaper
Post count: 31

How do we set the size of the Icons in the mega menu top

Post count: 21065

Hello @limitlessv!

In order to avoid misunderstandings, please provide more information about the issue or what you need to achieve, screenshots or a video and your website link.

A solution for sending a screenshot/video is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.

Thank you!

Post count: 31
Post count: 31
Post count: 27744

Hello,

I think for your icons, to set the size you need to use a custom code -> https://i.imgur.com/2iBvIwp.png
tdb-block-menu .menu-item .tdb-menu-item-text .tdc-font-tdmp
{
font-size: 20px;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Post count: 31
Post count: 27744

Hi,

Please check this one .tdb-menu-item-text .fas
{
font-size: 20px;
}

If this does not work, then please provide the link to your website.

Thank you!

Post count: 31

Login link? or website?
Is this safe to submit UID and Password here?

Website is: https://parentsontheyard.com/

Post count: 27744

Hello,

I made a custom code CSS that I hope to help you
.td-ht-fast-news-menu .tdb-menu > li > a .tdb-menu-item-text i:before {
font-size: 22px;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.