can't remove footer item

Posted in: Newsmag
Post count: 31

We did a theme update. After the update we weren’t able to change the first kolom footer.
Can you help us? The website is fitnessgeek.nl. And the footer text we want to remove is

Fitnessgeeks.nl
Fitnessgeeks.nl is het speelveld voor de digitale fitness gadget fanaat!

Post count: 23312

Hello dheerhuis,

Please make sure you make the changes where you need it according to our documentation here -> https://forum.tagdiv.com/footer-templates/

Hope this helps!

Thanks for your understanding!

Post count: 31

I still can’t remove the fitnessgeeks.nl text. I checked the widgets and the theme panel

Post count: 23312

Hello dheerhuis,

I have inspected your footer section and there it seems to be the link of your logo, without any image, as you can see here -> https://www.screencast.com/t/Hkl9Xc28KIM Try to remove any elements from footer logo from your Theme panel and then clear all the caches and check the results. Another alternative, in this case, would be to use a bit of CSS code to hide this section. Try the code below and place it in Theme panel -> Custom CSS area.

The code is here ->

.footer-logo-wrap a{
display:none;
}

Hope this helps!

Thanks for the message!

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