This topic has 8 replies, 4 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson
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
Hello,
Please add this code in custom.css file.
.footer hr {
border-bottom: 1px solid #080808;
}
Regards,
Robert Hall.
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
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.
😀 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?
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.
Yes thank you.
Have a nice day
Hello,
You are welcome!
Best regards,
Jack Richardson.
The issue related to '‘seperator color’' has been successfully resolved, and the topic is now closed for further responses