Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20883
    shuttergirl
    Member

    Hi Sakin,

    When I view a category, it shows the category title at the top of the page with a horizontal line above and below it. What css code can I use to change the color or remove it all together if I decide to do go that route?

    Thanks so much.

    #20891
    Sakin
    Keymaster

    @shuttergirl: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box as per your need.

    /* To remove Category Header */
    .archive .page-header { display: none; }
    
    /* To change line color in Category Header */
    .archive .page-header { border-color: #000; }
    
    /* To remove the lines in Category Header */
    .archive .page-header { border: none; }
    #20894
    shuttergirl
    Member

    Perfect. Thank you, @sakin. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Horizontal Lines Above/Below Category’ is closed to new replies.