handle color
-
Hi,
I’m using the Enfold theme.I’ve used CSS and changed the handle color and background.
but unfortunately, there are 2 one-pixel size dots that remain white.
how can I change their color also?
this is the code I used:.twentytwenty-left-arrow {
border-color: transparent !important;
border-right: 6px solid lightpink !important;
background-color: rgb(6,0,255) !important;
}
.twentytwenty-right-arrow {
border-color: transparent !important;
border-left: 6px solid lightpink !important;
background-color: rgb(6,0,255) !important;
margin-top: 13px;
}
.twentytwenty-handle {
border-color: lightpink !important;
background-color: rgb(6,0,255) !important;
}and also on the plugging CSS file, I’ve changed the handle line itself to be lightpink
(line 172 on the original code)The page I need help with: [log in to see the link]
- The topic ‘handle color’ is closed to new replies.