Tagged: x
-
AuthorPosts
-
March 22, 2017 at 11:08 pm #1417186
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!
March 22, 2017 at 11:10 pm #1417188This reply has been marked as private.March 22, 2017 at 11:11 pm #1417190This reply has been marked as private.March 22, 2017 at 11:13 pm #1417193As 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); }
March 23, 2017 at 1:45 am #1417281Glad you sorted things out, and thank you for sharing.
Cheers!
-
AuthorPosts