Support » Theme: Zerif Lite » change horizontal line colour

  • Could some one help me to change the colour of the horizontal line under my stockist header. I’ve managed to change it using this code in my additional CSS

    hr {
    background-color: #ffffff;
    border: 0;
    height: 1px;
    margin: 0 0 1.41575em
    }

    But is there any CSS, so you can change the line colour for different pages and not just every horizontal line?

    Thanks

    Thanks

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jacksturner,

    You can set different line color for different pages using page id class which you can find in body tag in source as following.

    .page-id-65 hr {
        background-color: black;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘change horizontal line colour’ is closed to new replies.