Archived topic
Affiliate area color change
1 reply · Started by Juan Luis on October 14, 2019
Viewing posts 1–2 of 2
Good, I would like to change the background color of the affiliate area, since this remains blank and there is no way to change it through the theme, would you know how to change it with css?
Hi there,
try this CSS to change the tabbed shortcode forms background color:
.responsive-tabs .responsive-tabs__panel {
background-color: #000 !important;
}
This archived topic is closed to new replies.