H3's changed to H2's on home page now megamenu drop down titles are huge

Posted in: Newspaper
Post count: 31

Hello,
I’ve hardcoded the H3 titles to H2’s using the suggestion
http://screencast.com/t/H5hnsMs8X on the home page but now the menu titles in the mega menus are blowing up too large and with enormous line spacing. The manual controls for font sizes in the theme panel are not overriding the font and line sizes. Is there any way to fix this?

Any help or insight is appreciated
Thank you!

Post count: 31

Sorry I should clairfy that it is the Post/article titles in the mega menu drop downs that are blowing up large and not the menu buttons names or category names themselves.

Post count: 23312

Hello sonix32,

If you need more assistance in this regard, please provide your website URL so I can further inspect it closer your mega menu titles.

Thanks.

Post count: 31

We had to remove the markup as we are unable to leave the website overnight looking badly with that modification.

However, if you execute the H3 to H2 change/hardcode suggested in the screenshot, it is easy to see that the mega menu article titles become huge since they both use the same code to call the article titles.

<h3 class=”entry-title td-module-title”?> to <h2 class=”entry-title td-module-title”?> then look at a drop down mega menu and you should see the article titles enlarged, I hope that helps

Post count: 23312

Hello sonix32,

Please notice that if you have changed the headings from H3 to H2, all your module title will be in H2 now and the font size for these will be greater than H3. So, if you want to decrease the title font size only for your mega menu, please try to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_mega_menu .td-module-title a {
font-size:15px;
}

Hope this helps!

Thanks.

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