• Resolved andreaas

    (@andreaas)


    How can I remove the opacity thumbnail from homepage, category and tags?
    i use theme Hueman.

Viewing 6 replies - 1 through 6 (of 6 total)
  • bdbrown

    (@bdbrown)

    Hi andreaas. Not sure what you mean by “opacity thumbnail”. Are you referring to the thumbnail placeholder when an image isn’t being used? If so, you can remove those in Theme Options > Blog and set Thumbnail Placeholder to OFF.

    Thread Starter andreaas

    (@andreaas)

    Sorry , “opacity” is the css that from the image out of the post of a lighter color (similar grey) when you pass over with the mouse.
    I don’t know eliminate opacity 🙁

    tuttoappandroid

    (@tuttoappandroid)

    I have the same problem: I want to have the black color without opacity text.

    bdbrown

    (@bdbrown)

    Take a look at this thread and see if that answers your question.

    bdbrown

    (@bdbrown)

    The above post might have been more than you were after. Try this in your custom css:

    /* don't fade opacity on post hover */
    .post-hover .post-thumbnail {
      opacity: 1 !important;
    }
    Thread Starter andreaas

    (@andreaas)

    I have eliminated post-inner and works very well.
    Thanks to the link above.

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

The topic ‘Remove opacity’ is closed to new replies.