• Resolved thimmer

    (@thimmer)


    Hey,
    im wondering how to change the opacity of the thumbnail on my frontpage. As my background is black, the thumbnail get kinda dark.

    Cheers

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mat

    (@mateithemeisle)

    Hello @thimmer ,

    Thank you for choosing Neve!

    I saw that a background color is applied to the layout cover which is affecting the thumbnails. If you want to adjust that per your liking you can insert the following code by going to Customizer -> Additional CSS

    .cover-post:after {
        background-color: rgba(0,0,0,.75) !important;
    }

    Here you can remove the background color of the thumbnail all together by replacing “.75” with 0 or you can have a slight background color overlay by adjusting the “0.75” to your liking. I would say .20 looks ok but of course it is up to you.

    This is how it looks with 0 instead of 0.75 https://ibb.co/ByCwFq0

    Please let me know if this works for you!

    Thank you and have an amazing day!

    Thread Starter thimmer

    (@thimmer)

    thank you Mat, that really made it. Appreciate your help.

    Cheers
    Thim

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Opacity on thumbnail/featureimage’ is closed to new replies.