Good evening folks,
new question: I wanna change the colour of the top-line in the commentary-area.
How can I do that?Please take a look at the screenshot and you’ll understand. :-)
And I need also the option to make the line invisible.
Short note: a big applause to the whole enfold-support-team! Everybody of you do
a great job every day and night! And this has got absolutely nothing to do with corona! :-)
Kind regards
Carsten
Hey Carsten,
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
/* this is the code to make it orange */
#top .center-border {
border-color: orange;
}
/* this is the code to make invisible */
#top .center-border {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria,
thank you for your answer and the two new snippets…they work perfect!
Kind regards
Carsten
Hi Carsten,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria