Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1199456

    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

    • This topic was modified 4 years, 1 month ago by designbasis.
    #1200636

    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

    #1200975

    Hey Victoria,

    thank you for your answer and the two new snippets…they work perfect!

    Kind regards
    Carsten

    #1201364

    Hi Carsten,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.