• klakared

    (@klakared)


    Can someone please help me with CSS to remove an unnecessary line at the bottom of my category pages? Thanks.

    • This topic was modified 6 years ago by klakared.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • torres126

    (@torres126)

    Hi there,

    I see multiple lines at the bottom of the page you linked. Which ones are you referring to? If you’re looking to get an effect like this, please try the following CSS: https://prnt.sc/liv3i8

    .sub-footer, .post-footer {
    border-top: none !important;
    }

    But if you’re referring to something else, let me know and I can try to help. ??

    Thread Starter klakared

    (@klakared)

    Hi,
    There are 3 lines at the bottom of the page. It’s the line at the top (only) that I want to delete (the 3/4 length line). Thanks for your help.

    torres126

    (@torres126)

    Thanks for clarifying, is this what you’re trying to do? https://prnt.sc/ljlvau

    Please try the following CSS if so:

    .taxonomy-category .sub-footer {
        border-top: none !important;
    }

    Let me know if that works. ??

    Thread Starter klakared

    (@klakared)

    Kind of. It worked but it left a huge gap underneath the line that was there (above disclaimer…) and it was giving me an error, something about RBRACE?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove line’ is closed to new replies.