[Support request] "Marketer" Template CSS Help Please

Home Forums Support [Support request] "Marketer" Template CSS Help Please

Home Forums Support "Marketer" Template CSS Help Please

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #842376
    robmac

    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

    #842387
    David
    Staff
    Customer Support

    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;
    }
    #842839
    robmac

    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

    #842863
    Leo
    Staff
    Customer Support

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.