• Hi everyone, when I use hr to create a line for my blogposts, the line is now dark grey.

    How do I change it to a lighter grey? An example of the page with the line is raelyntan[dot]com/how-to-write-about-me-page/, right after the introduction of the blogpost.

    Thank you so much. Tried looking into css.css but can’t find anything related.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    you can check if the theme you are using uses the customizer:

    wp-admin/leftsidebar/appearance/customizer: you should be able there
    to add something like:

    hr { background : gray;}

    if your theme does not use a customizer that is unlikely there is always under wp-admin/leftsidebar/appearance/edit CSS the posibility to overwrite CSS check this article in WordPress.com

    https://en.support.wordpress.com/custom-design/editing-css/

    you may add the same rule above to that css file,

    i hope this help,

    #happycoding

    Thread Starter raelyntan2212

    (@raelyntan2212)

    Mako, is there any way around that? My website does have the customizer, but everytime i add something to it, my website screws up. So I normally edit from FTP.

    Hi there,

    You dont have to be afraid. if you follow the link i sent you, and open the css available to edit you can just add the rule and reload the post page in another browser, if something is damaged you can always remove it, a line of CSS wont harm the functionality of the page.
    unfortunately there is not other way to change the color of a HTML element with other than apply a CSS rule to it. ” not that i am aware!

    try it and you can always come back for help!

    #happycoding !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lighten Grey line’ is closed to new replies.