• Resolved 11je12

    (@introvertel)


    For example, the third of my Display Post Types-thumbnails on https://introvertel.nl. It says ‘Leerkrachten gevraagd’. The original picture is less dark. How can I make the dark go away and just show the original appearance?
    Thank you for your help.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Veda

    (@vedathemes)

    Hi there,

    Following steps should help you,

    1. Go to WordPress Dashboard > Appearance > Customize
    2. Look for “Additional CSS” tab in the left sidebar. Click on it.
    3. Copy and paste following CSS,

    .dpt-grid2 a.dpt-permalink,
    .dpt-grid2 a.dpt-permalink:hover, 
    .dpt-grid2 a.dpt-permalink:focus {
      background-image: none !important;
    }

    4. Click on the Update or Publish on top of the left sidebar.

    It should resolve the issue.

    Thanks,

    Thread Starter 11je12

    (@introvertel)

    Thank you so much for your fast reply.
    I added the CSS. It didn’t seem to work. Could you check please? Was there something left out maybe? Thank you.

    Plugin Author Veda

    (@vedathemes)

    Replace my earlier CSS with following,

    body .dpt-grid2 a.dpt-permalink,
    body .dpt-grid2 a.dpt-permalink:hover,
    body .dpt-grid2 a.dpt-permalink:focus {
        background-image: none !important;
    }
    Thread Starter 11je12

    (@introvertel)

    Thank you so much! That was very helpful.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image as thumbnail is darker, can I change that?’ is closed to new replies.