2.0 changed horizontal line color

  • Anonymous

    #48211

    The new theme update changed the default color for the horizontal line element to a very light grey that does not show on the background where it used to be black. How to I change the color of the horizontal line back to black?

    On this post, there is a line where the font changes and you can no longer see it since the theme update: http://randombitsoffascination.com/2017/10/12/agm-2/

    Thanks for the help!

    grace

    Admin

    Syahir Hakim

    #48226

    Copy and paste this code to the Additional CSS option:

    hr {
       border-color: #ddd;
    }

    Anonymous

    #48230

    Thank you! I changed the hex color code and it worked perfectly!

    I appreciate your help!

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.