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
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 !