• Hi, hope you are all doing well.
    Im trying to delete just a specific item in my page footer. the one that says
    Garanci
    Zevendesim pordukti
    and the refresh icon beside it. i cant seem to delete it withour deleting all the other items paralell to it. Is there some custom css i can add to fix this issue?
    Thank you

    • This topic was modified 5 years, 8 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • This would be a css solution:

    footer .g-cols.vc_row .wpb_column:nth-of-type(2) {
      display: none;
    }

    However, this might not be the best solution. You’d want to either remove it from wordpress admin panel, or directly from the code.

Viewing 1 replies (of 1 total)

The topic ‘delete footer item’ is closed to new replies.