Topic Resolution: Resolved
  • Closed
  • Govert Pellikaan
    Spectator
    August 20, 2016 at 4:20 pm #29891

    I recently made a website using evolve+, that seems tot be working just fine. Just this: hyperlinks in the Evolve frontpage content boxes won’t work in Chrome or Firefox, while working just fine in Safari. Maybe a browser-css clash of some kind? Can anyone please offer his or her insights as to what is causing this and what I should do to make the links behave normal?

    http://testsite.groningercombinatie.nl

    Denzel Chia
    Moderator
    Posts: 2656
    August 20, 2016 at 9:11 pm #29899

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .content-box a {
    position: relative;
    z-index: 1 !important;
    }

    Thank you

    Govert Pellikaan
    Spectator
    Posts: 9
    August 20, 2016 at 9:45 pm #29901

    works like a charm! thanks a lot for your quick reply.

    Denzel Chia
    Moderator
    Posts: 2656
    August 21, 2016 at 11:37 am #29904

    Hi,

    You are welcome.
    Thank you