HR Tags

When using HR tags, the lines come out very light gray and no matter what code I use, it doesn’t change

How do I change the thickness and color of the HR lines?

Hi @hagstf,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body hr {
    border-top: 3px solid #000;
}

Please change the size and color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Thank you so much, that is exactly what I needed

You are most welcome here :slight_smile: