Seperator color - by Dittemila - on WordPress WooCommerce support

This topic has 8 replies, 4 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson

  • Avatar: catrine87
    Dittemila
    Participant
    February 11, 2016 at 14:46

    Is there a way to change the separator line color?
    In my footer the background is green and the separator line is grayish. I would like it to be black.

    Thank you

    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 11, 2016 at 14:55

    Hello,

    Please add this code in custom.css file.

    .footer hr {
        border-bottom: 1px solid #080808;
    }

    Regards,
    Robert Hall.

    Avatar: catrine87
    Dittemila
    Participant
    February 11, 2016 at 15:21

    Thank you. it worked, But it made my SPACE separator into a line?

    Can you also help me change change color on the separator line I have before my featured products? see website

    Avatar: Eva
    Eva Kemp
    Support staff
    February 11, 2016 at 17:37

    Hello,

    Please clarify how you want your SPACE separator to be looked like. Show a screenshot for better understanding.
    Use this code in custom.css to change separator line above featured products:

    hr {
        border-bottom: 1px solid #dddddd;
    }

    Write your color instead of #dddddd.

    Regards,
    Eva Kemp.

    Avatar: catrine87
    Dittemila
    Participant
    February 12, 2016 at 13:22

    😀 it is not possible to show you what a space seperator looks like because it is a space Eva 😀

    can robert please reply to the question?.

    Hallo Robert. Can I make the seperator line over my featured products in front page change color?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 12, 2016 at 13:29

    Hello @catrine87,

    Do you mean this line? http://prntscr.com/a29sw2
    Please use the following code in custom.css file.

    .page-content .wpb_wrapper hr{
        border-bottom: 1px solid red;
    }

    Regards,
    Robert Hall.

    Avatar: catrine87
    Dittemila
    Participant
    February 12, 2016 at 13:34

    Yes thank you.
    Have a nice day

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 12, 2016 at 13:56

    Hello,

    You are welcome!

    Best regards,
    Jack Richardson.

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘seperator color’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.