- This topic has 1 reply, 2 voices, and was last updated 1 year, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi, I am writing to seek your assistance, and I have a problem that I would appreciate your guidance on.
I would like to remove the ‘strong’ tag visible before the ‘footer’ tag from my child theme, in order to restore it as your original theme. (I think it was added mistakenly following the insertion and then removal of plugins for advertising management).
I noticed the presence of the ‘strong’ tag while checking the code of the page.
What do I need to correct?
You can see the problem, in my web site https://www.marinazanotti.it/
Many thanks
Hi Nicola,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.footer-widgets a {
font-weight: normal !important;
}
Kind Regards