Hi.
I created via CSS a. top border in a 1/3 section, because I don’t need a complete 4 sides border.
Every statement worked fine (border style and border width), except border color. It seems that a default color setting must be overwriten, but it doesn’t work even through additional CSS, custom.css file nor style.css into my enfold-child theme.
Here is the code:
.bordesup {
border-top-color: #5f8789;
border-top-style: solid;
border-top-width: 7px;
}
Top border should be a kind of green
No matter which color code I use, border color is still the same.
Regards.
Hey ezimbron,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .bordesup {
border-top-color: #5f8789;
border-top-style: solid;
border-top-width: 7px;
}
If you need further assistance please let us know.
Best regards,
Victoria
This worked great. #top characters were missing.
Thank you very much Victoria.
Best regards.
Eduardo
Hi,
Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Thank you both Rikard, for your Support.
Everything’s fine, topic may be closed.
Best regards.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon