• Resolved glujaz

    (@glujaz)


    Hello,

    Sorry for asking this, but I’m completely desperate on how to solve this.
    I’m building a website for Event organising worldwide, and use Events Manager to help me.

    The structure itself works fine and I’m quite happy with what I’ve done (except content, but thats on plan for later). I have some graphical problems though, and that’s why I’m here.

    The problem is, when I create an Event or a Location, instead of having the content boxed by a white background like the theme is configured to do (Example), it only shows the text on the dark (back) background as you will be able to see in the given link.
    And as you can imagine, dark text on dark background isn’t the best practice for a good reading.

    I tried different solutions, even with “background body” html code, but nothing, and I’m not a developer…

    Any help would be very much appreciated, and I would be pleased to buy you a beer if we meet us at one of these Events !

    Thank you 🙂

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThemeHunk

    (@themehunk)

    Hello there,

    Please use this CSS in the Additional CSS.

    .event-template-default.single.single-event #primary{
    background:#fff;
    padding:20px;
    }

    Info : Now Gogo pro is also available at themehunk.com

    Thank you

    Thread Starter glujaz

    (@glujaz)

    Perfect, thank you ! 😀

    Additionnal, for the location pages, here is the additional CSS :

    .location-template-default.single.single-location #primary{
    background:#fff;
    padding:20px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Events Manager not using Page Template’ is closed to new replies.