Hi Support,
I am trying to create a thicker, blacker divider. I added an extra class to the divider element on this page: http://www.spottingcancer.org/chart-family-cancer-history/ and then I added the following to my CSS:
.hr {
border: none;
height: 5px;
/* Set the hr color */
color: #333; /* old IE */
background-color: #333; /* Modern Browsers */
}
It created a double line and did not adjust the original line. Could you please let me know what I should be adding so that there is only one line and it is 5px and black while also not covering up the RETURN TO TOP OF PAGE link?
Thank you,
WS