Hi Tom,
I have used the following CSS script in other generatepress websites with effect, however not having any affect on my new website http://www.workingsheepdogtraining.com/about-tully ? I have added it in to simple css, both on the main css page and also to the actual page itself but no result?
hr { /* settings for horizontal rule */
padding: 0px;
margin-top: 10px;
margin-bottom: 15px;
width:100%;
border: none;
height: 1px;
/* Set the hr color */
color: black; /* old IE */
background-color: black; /* Modern Browsers */
}