Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1062405

    How can style my HR? I’m using separator\white space and simple CSS in the custom CSS area under Appearance, but I can’t get the HR to change colors. I’m missing something, but I can’t figure out what it is.

    Thanks.

    #1062429

    Hi kenshejoe

    You can just define a color attribute for your hr such as red for example:

    .custom-hr-color {
    color: #ff0000;
    }

    custom-hr-color is the unique CSS class you can define for your hr to have a separate style. You can name it differently of course.

    Cheers and I hope this helps
    Michael

    #1062530

    Hi,

    Thanks @michael for helping out.

    Pkease check the Whitespace/Separator element documentation for more info.

    Best regards,
    Vinay

    #1062966

    Thanks for the information. I’m trying it out.

    #1062968

    Hey kenshejoe,

    Please let us know if it works and if we should close.

    Best regards,
    Jordan Shannon

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