Size of blocks/widgets title

Posted in: Newspaper
Post count: 40

Hi. I noted that in order to make bigger the size of the title of my footer (“cibarsidimarketing.it”), I also need to change the size of the widgets title (in the sidebar), because there is just one command for both the operations. Is it possible to make bigger the size of the footer’s title without change the size of the widgets title? thanks!

Post count: 20688

Hi,

You could use a little bit of css for this, to change the block titles only in the footer. Enter this code in Theme panel->Custom Css and modify the font size as you like

.td-footer-wrapper .block-title span {
font-size: 25px;
}

Also here is a tutorial about the browser inspector tool, so you can identify the elements on the page and their classes, to make custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

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