How to change Post Title from H3 to H2

Posted in: Newspaper
Post count: 13

Hi,

I want to use H2 tag for post title. The default is H3 tag.

I am unable to locate td_module.php as read in forums.

Please suggest

Post count: 20688

Hi,

The td_module file is located in the theme folder – Newspaper\includes\wp_booster\td_module.php
You will have to open this file with a text editor and make the modifications you want there
https://www.screencast.com/t/sV5yJkdO

Thanks

Post count: 13

Hi,

Thank you so much.

But after changing this the line spacing in title in Mega Menu has increased & looks weird.

Please suggest how to reduce the line spacing in the title in Mega Menu as it was.

Thanks

Post count: 20688

Hi,

That is to be expected, since the theme has different styles for these headings. There could be other sections and elements affected by that modification. Please try the code provided below and see if it fixes the menu, it must be entered in Theme panel->Custom Css

.td_block_mega_menu h2 {
font-size: 13px;
line-height: 18px;
}

If the solution does not work properly, please provide a link to your website so I can give you a more accurate answer.

Thanks

Post count: 13

Yes, it worked.

Thanks a ton

Regards,
Siddharth

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