Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1211898

    I try this CSS but do not work

    .single .big-preview.single-big {
    pointer-events: none;
    }

    #1211959

    Hey Stefano,

    Please try to use this CSS code instead:

    .single .big-preview a {
        pointer-events: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1212035

    Don’t work may be

    .big-preview.single-big a {pointer-events: none!important;}
    .fullsize .big-preview.single-big {pointer-events: none !important;}

    #1212201

    Hi unicaweb,

    Did the code you mentioned work? I could not see your site as it shows this on my end:

    This site can’t be reached
    www.mylabrador.it took too long to respond.

    If that still does not work, most likely the issue is caching (it’s fetching old css).
    To fix this, disable CSS file merging and compression in Enfold > Performance.
    And clear cache if you have a caching plugin.

    Best regards,
    Nikko

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