Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #447387

    How can I change the color of a separator in an alternative content area.

    Derek

    #447459

    Hi dpilling!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .alternate_color hr { border-color: red !important; }

    if that does not help, please post the link to your website.

    Best regards,
    Yigit

    #447467
    This reply has been marked as private.
    #447469

    Hey!

    Please use following code instead

    .alternate_color .hr * {
      border-color: white;
    }

    Regards,
    Yigit

    #808956

    It isn’t working for me at http://du.bo-project.nl/
    Can you help me out? I want to adjust the short separator to #0d1e74

    #809228

    Hi @vdarend,

    I couldn’t see a short separator on the page you linked to? We need to inspect the element in question in order to give you the correct CSS.

    Best regards,
    Rikard

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