Hello!
How can i have different colors at short separators?
Thank you
Hey Antonis,
Yes, please post the link of the page? so we can inspect further and give you specific css code that would help you make each separator have different color.
Best regards,
Nikko
Hi!
Just add the following codes in Quick CSS (located in Enfold > General Styling):
The first one (in service section):
.home #service .hr-short .hr-inner-style,
.home #service .hr-short .hr-inner {
background-color: white;
border-color: white;
}
The second one (in slider section):
.home #slider .hr-short .hr-inner-style,
.home #slider .hr-short .hr-inner {
background-color: black;
border-color: black;
}
The third one (in service section):
.home #revert .hr-short .hr-inner-style,
.home #revert .hr-short .hr-inner {
background-color: orange;
border-color: orange;
}
Just adjust the colors as you see fit. Hope this helps :)
Regards,
Nikko
Thank you very much! :)
Hi!
Glad we could help :)
Cheers!
Nikko