• Resolved willpower1

    (@willpower1)


    Hi all.
    Can anyone help me with this css code?
    I want to remove the text in the header that says “IN TOURS”
    Thanks a lot.

    Will

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • To remove that you have to edit the html: there’s a div with class “category-info” to be deleted.
    But, if you can’t delete it for some reasons, you can add a little css to you css file:
    .category-info{display: none;}
    But, with this kind of code you can probably hide other elements with “category-info” class, if you have

    Thread Starter willpower1

    (@willpower1)

    Thanks for that. I dropped that code into the custom css area in the theme but it hasnt made the change, unfortunately.

    Thread Starter willpower1

    (@willpower1)

    Nevermind. I found another way around it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Css help please’ is closed to new replies.