- This topic has 27 replies, 3 voices, and was last updated 5 years, 5 months ago by
Leo.
-
AuthorPosts
-
October 15, 2020 at 12:10 pm #1490926
Leo
StaffCustomer SupportLooks like it’s working.
Now just remove this block of CSS:
.inside-article, .sidebar .widget, .comments-area { border: 1px solid rgba(232, 234, 237, 1); box-shadow: 0 0 10px rgba(232, 234, 237, 0.5); }October 15, 2020 at 12:16 pm #1490937Shubham
You see the background page that can be seen behind My Blogs I don’t want that.
This is the whole issue. I want it to be transparent.October 15, 2020 at 12:17 pm #1490939Leo
StaffCustomer SupportThink there is a bit of misunderstanding here as the title of this post is Shadow.
Are you trying to remove the white color here?
https://www.screencast.com/t/Zqg4Dh3tNU5October 15, 2020 at 12:19 pm #1490940Shubham
I wanted both to be done.
Remove the background color and add a bit of shadows.October 15, 2020 at 12:21 pm #1490943Leo
StaffCustomer SupportHave you tried this option?
https://www.screencast.com/t/6Yo4gngeOctober 15, 2020 at 12:23 pm #1490946Shubham
Yep done that didn’t work.
October 15, 2020 at 2:22 pm #1491087Leo
StaffCustomer SupportWhat didn’t work? The colors are not changing?
October 22, 2020 at 4:49 am #1499639Shubham
Changing the background color or reducing the transparency removes or changes the container color from the home page also.
I simply want to make the other pages look like the HOME page i.e the post grid layout you see changes on the other pages when I make any changes in the CSS entirely.
I want to replicate the same HOME page content layout style to the other pages on my site.
I hope that explains everything I want to.
Thank you!October 22, 2020 at 7:49 am #1500041David
StaffCustomer SupportHi there,
you can remove the background and shadow border from your blog page using this CSS:
.page-id-556 .inside-article { background-color: transparent; box-shadow: none; }However the blog posts being displayed there are being generated by a Plugin which is not related to GP.
October 23, 2020 at 8:38 am #1501471Shubham
Worked perfectly.
Can you tell me do I display the posts in grid style on all the pages and also how do I resize the post grid containers?October 23, 2020 at 8:44 am #1501477Leo
StaffCustomer SupportIs the original question about the shadow resolved?
If so can you open a new topic for the new question and explain a bit more on what you wanted?
It’s getting more and more confusing.
Thanks.
October 23, 2020 at 8:54 am #1501494Shubham
Yaa sure. Thanks!
October 23, 2020 at 8:56 am #1501498Leo
StaffCustomer SupportNo problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.