Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417186

    newrkv
    Participant

    Hi, I have done a lot of custom work on my site with your help, but I have just found another thing I need to modify to blend in with my site.

    For all other pages and feeds I have set the transparency of the summary box to %50. I am trying to figure out how I can do that on my blog page itself. It still shows up with an opaque background for the summary box. I will attached both examples of what I am talking about.

    Thank you in advance for your help!

    #1417188

    newrkv
    Participant
    This reply has been marked as private.
    #1417190

    newrkv
    Participant
    This reply has been marked as private.
    #1417193

    newrkv
    Participant

    As quickly as I posted this question, I fooled around with it and figured it out. Here is the code for anyone else interested:

    .home .entry-wrap {
    border-radius: 0;
    background-color: rgba(246, 246, 246, 0.7);
    }
    
    .blog .entry-wrap {
    border-radius: 0;
    background-color: rgba(246, 246, 246, 0.7);
    }
    
    .category .entry-wrap {
    border-radius: 0;
    background-color: rgba(246, 246, 246, 0.7);
    }
    #1417281

    Friech
    Moderator

    Glad you sorted things out, and thank you for sharing.

    Cheers!