Tagged: separator color
When using the Separator/whitespace item, the short separator appears in white – which is not seen on white. How do I change the color?
Thanks,
Yth
Hey ythhj,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Best regards,
John Torvik
Hi John,
Thanks for your reply. My url is: http://sapinno.dk/wp/2018-event/agenda/
If you go to the bottom of the page, there is a sign up button and before and after the button, I need a short separator. It is there on the page, but it is white and I need to customize the color to #c2c3c4.
Thanks,
Yth
Hi,
You can add a custom class to this separator here: http://prntscr.com/gtv5ai and add the following custom code at Enfold Theme Options > General Styling > Quick CSS
.customClass {
color: #c2c3c4 !important;
}
Best regards,
John Torvik