Skip to:
Content
Pages
Categories
Search
Top
Bottom

Replies Transparency/Opacity Issue


  • mooseda86
    Participant

    @mooseda86

    Hi, I’m having an issue with my forum styling. I was successful on changing the colors I desired except I think Im having another internal issue about the replies to any forum post being transparent/opaque.

    Example

    Here you see the first post being a bold orange which is the Topic background color. I have the same color and a lighter version setup for div.odd and div.even. They seem to work except there also seems to be an overlay over the whole reply section. Anyone have any suggestions?

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

  • Robin W
    Moderator

    @robin-w

    can we have a url so that we can see.


    mooseda86
    Participant

    @mooseda86

    Yes, my apologies. Link


    Robin W
    Moderator

    @robin-w

    your blogs.css line 1427

    has

    
    .single .commentmetadata, .single .reply {
      left: -15px;
      margin: 10px 0;
      opacity: 0.3;
      position: relative;
    }
    

    suggest you try adding

    #bbpress-forums .reply {
      opacity: 1;
    }
    

    to your css.

    come back if you need further help in doing this !


    mooseda86
    Participant

    @mooseda86

    Thank you!! I got the same answer from a friend, this helps and solved my issue, as well as margin/spacing issues. Great. It was located in blog.css for whoever wants to locate these snippets.


    Robin W
    Moderator

    @robin-w

    great – glad you’re fixed !

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar