• Hi!
    I’ve recently noticed that visitors on my site cannot select and copy any of the text. I would like to change this, but have no idea how.

    Suggestions I’ve tried so far:
    – check theme/plugin settings
    – update all plugins
    – add custom CSS
    body {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    }

    These things haven’t worked so far. Does anyone know how to resolve this issue?

    Thank you!

    Suzan

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

Viewing 1 replies (of 1 total)
  • Hi,

    I’ve checked your site, and the text selection is actually working (If you select some text, you can copy and paste it.) I could copy this text, for example:

    Suzan Peeters (°1999) is a belgian accordionist, experimentalist and improviser based in Brussels.

    The thing is that the colour of the text selection seems to be invisible. There has to be some CSS code rule behind this behaviour.

    Seedlet, your current theme, allows text selection so this issue is probably coming from some plugin or custom CSS code.

    I’d recommend disabling all plugins and then enabling them one by one until the text selection becomes invisible again so you can find the one responsible for this behaviour

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘How do I enable text selection on site’ is closed to new replies.