• I’ve had this site built for a few year at
    I used this theme: https://graphpaperpress.com/themes/fullscreen/

    It’s annoying me that the art is covered in this dark gray transparence overlay effect. (You’ll notice if you move your mouse over a square, it brightens.) A little distinction might be okay, but it just looks run down the way it is. I’d rather have it not use a rollover effect at all if I can’t lessen it to look less dingy.

    I thought editing the background color might help, only it doesn’t, at all. It just creates a heavy colored overlay. It’s been a long time since I edited any code, but I’m posting here in case anyone has an idea about how I might be able to change this without changing themes entirely. (I might just have to change themes entirely.) I just thought I’d check first!

    Thank you in advance.

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

Viewing 1 replies (of 1 total)
  • .home-thumbs a img.thumbnail {
        opacity: 1 !important;
    }

    should work. Use Appearance-> Customise-> Additional css

    opacity on the element appears to be inline, so you will need the !important
    perhaps for hover effect you could try (I haven’t tested)

    .home-thumbs a img.thumbnail:hover {
        opacity: 0.7 !important;
    }
    • This reply was modified 6 years, 5 months ago by Marklcm.
Viewing 1 replies (of 1 total)
  • The topic ‘how to brighten this’ is closed to new replies.