Archived topic
"Marketer" Template CSS Help Please
3 replies · Started by robmac on March 18, 2019
Hello,
Raising an old one and yes, I've seen a couple of replies already on this forum to it - ie, the removal of the orange widge background color on the righthand-side.
I've tried a couple of suggested CSS fixers, I must be missing something, because, so far, no luck.
One piece of CSS I've tried to remove the orange the code is below:
.sidebar .widget:first-child {
background-color: #ffffff;
color: #fff;
}
But, as I say, no luck.
Could you suggest anything else please? Thank you.
Robert
Hi there,
if you just delete this CSS from the Additional CSS it should fall back to default colors:
.sidebar .widget:first-child {
background-color: #e86000;
color: #fff;
}
Hi David,
Thank you for your reply.
Just to clarify please, I'm trying to remove the orange background. Can you please suggest a method/CSS that will do this, I've tried CSS with white as the background, but no luck.
Thanks for any assistance offered.
Regards,
Robert
Then David's method here should work:
https://generatepress.com/forums/topic/marketer-template-css-help-please/#post-842387
You would see the CSS he mentioned in the Additional CSS field in the customizer.