Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1251845

    I’m trying to get the body background of my events calendar details page to be white, just like all my other pages.
    For some reason my blue header seeps down on the page, and I can’t seem to find a way that changes that part.

    I’d like not to have a child theme for this supposedly small change. A quick CSS would be awsome.

    See example here: https://ibb.co/dkqcqzw
    The pink would be the preferred area to give a white color. Alternatively the yellow area is fine as well.
    Note that I’m not trying to control the width of the white area, as that should just follow the css element’s width.

    Does anyone have a good idea, for a usable solution that won’t go away with theme updates???

    NB. Yes I have tried changing the epta-row epta-template-1 css, as that hits the area I’m trying to color. But it only works when I add it via chrome’s developer menu. But when I add it to files and quick css – it does nada.

    #1252036

    Hey Johbar,

    Please try this CSS instead:

    #epta-template {
      background-color: #fff !important;
    }

    If that doesn’t work then please share WordPress admin login details with us in private.

    Best regards,
    Rikard

    #1252291

    That is just brilliant, thanks Rikard.

    Do you know if the same is possible for the Month View?

    • This reply was modified 4 years, 1 month ago by Johbar.
    #1252615

    Hi Johbar,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .tribe-events-view {
        background-color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1255412

    Great, thanks :D

    #1255561

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

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