Site logo

Archived topic

Blog Post layout

1 reply · Started by _blank on January 29, 2020

Viewing posts 1–2 of 2

I imported magazine theme for my blog.
but I want to change the blog layout custom styling to a default blog post.
Here I can delete the blog layout element but I don't know what is the CSS for the Gradient shadow on the featured image which appear in the blogpost header and how to delete that CSS.

2. I have kept the color of content and body as white but still i can see that the website background color is little dull it is not #ffffff

Hi there,

1. in Customizer > Additional CSS - remove this:

.page-hero.overlay {
    -webkit-box-shadow: inset 0px -180px 83px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -180px 83px -15px rgba(0, 0, 0, 0.75);
}

2. I checked in browser tools and a color meter and its displaying #ffffff;

This archived topic is closed to new replies.