Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help with my Tumblr Photo Blog

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240022
    markyfff
    Participant

    Hey guys… Just started this. Not a coder at all.

    Here’s my index page: http://lightlies.com/
    If you clink on a photo, it takes you here: http://lightlies.com/post/142033334254/praia-do-rosa

    Now because you just clicked on it, your mouse is hovering over the image, so when it opens it usually looks dull from the opacity hover on it. I want to try and reduce the opacity hover on the post page to nothing if possible. I can insert Custom CSS in the Tumblr Edit Theme window… just have no idea what it would look like. Total rookie here.

    Cheers!

    #240118
    Atelierbram
    Participant
    .post--photo__link:hover {
      opacity: 1;
    }
    

    or:

    .post--photo__link:hover {
      opacity: initial;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.