• Resolved dude904

    (@dude904)


    Hi guys. I’ve been trying to modify the background color of the padding for the slider view of the calendar as a feature on our landing page. No matter what I try, I can’t get the background of the slider view to change at all, much less the padding. Our site uses a black background and the padding color is set to a grey color and I can’t seem to find a place to modify it.

    Any help would be appreciated!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @dude904,

    On the slider, I didn’t see any other background color, do you mean on the single event page?
    Could you please share a screenshot from your issue?

    Please read this article: https://webnus.net/deep-premium-wordpress-theme-documentation/inspect-element/

    If you mean the single event page you can use CSS below:

    
    .mec-single-event .mec-events-meta-group-countdown,
    .mec-single-event .mec-event-social h3,
    .mec-single-event .mec-events-meta-group-booking,
    .mec-single-event .mec-frontbox {
        background: transparent;
        color: #fff;
    }
    .mec-single-event .mec-events-button {
        background: transparent;
    }
    

    Regards

    Thread Starter dude904

    (@dude904)

    I went back into the settings and found where there are different types of slider settings. The first slider setting puts grey colored padding around the events, which doesn’t blend well with our dark theme. Our solution was even more elegant, we just picked a different type of slider and found one that posted the featured event photo of each event as fit to column. It’s looking pretty slick right now. Thank you so much for your fast response.

    Plugin Contributor webnus

    (@webnus)

    Hello,

    Great, you are welcome,
    Please feel free to contact us if you have a question.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing padding background color’ is closed to new replies.