Archived topic
Color change
3 replies · Started by Maggie on August 3, 2022
Viewing posts 1–4 of 4
Hi Team,
I don't know what are the name of the lines in the customize color
so that i can change the color. This is the site link https://purlp.com.
Thanks.
Hi there,
in Customizer > Additional CSS, and look for this CSS Rule:
.inside-article,
.sidebar .widget,
.comments-area {
border-right: 2px solid rgba(0, 0, 0, 0.07);
border-bottom: 2px solid rgba(0, 0, 0, 0.07);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
you would need to change the 2 border colors and the box-shadow.
Let us know if you need assistance with making it the colors you need.
Hi, code are working thanks.
Glad to hear that
This archived topic is closed to new replies.