• Resolved francarame

    (@francarame)


    Hi,

    I have an issue with the month view mobile styling.

    When I tap on the single day, where there is an event, on the bottom of the browser page there is the list of the events of the day.
    The backgroud color of the featured events is blue, but I’d like to turn it into #ececec.
    The styling manager in the theme options panel does not work, so I have to do it manually.
    I really cannot find where the specific line code is, or which code I should use.
    Do you have any tip?

    Best regards.

    • This topic was modified 6 years, 4 months ago by Jan Dembowski.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding this to your style.css file:

    .type-tribe_events.tribe-event-featured {
        background-color: #ececec;
    }

    Or, if you only want to change it for mobile, try this:

    #tribe-mobile-container .type-tribe_events.tribe-event-featured {
        background-color: #ececec;
    }

    Let me know how that works.

    Mike

    Thread Starter francarame

    (@francarame)

    Yes, that works. Thank you so much!

    No problem!

    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Month view – Single event styling issue’ is closed to new replies.