obscure inscription

Posted in: Newspaper
Post count: 28

Can’t understand from where this inscription and how to remove it
screenshot

Post count: 28

we slightly beat the block , now we faced another question . Please tell me how to reduce the font size . Screenshot 1 Screenshot 2

Post count: 20688

Hi,

This code will allow you to modify the font size for all the text widgets in the footer
https://www.screencast.com/t/0K2iHbzX

.td-footer-wrapper
.textwidget p {
font-size: 12px;
}

If you want it to apply only for the first text widget try it like this
https://www.screencast.com/t/u5nq7lEpsbwl

.td-footer-wrapper
.td-pb-span4:first-child
.textwidget p {
font-size: 12px;
}

Thanks

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