Change color for line border
The topic ‘Change color for line border’ is closed to new replies.
Need help? Check out our Support site, then
What is the code to change the color for the dotted line that appears below a page title and at the bottom of the page?
Also…can you tell me how to change the color for the text in the widgets at the footer of the page?
I have the CSS upgrade. Thanks!
The blog I need help with is: lindacharneslmft.wordpress.com
Hi there,
You can use the following for the dotted line:
article.page header, #footer #footer-widgets {
border-bottom: 1px dotted #382392;
}
Footer Widget Text:
#footer .widget p {
color: #000000;
}
Kind Regards,
Scott
The topic ‘Change color for line border’ is closed to new replies.