Take Off Blog Page Title & Box Shadow

How can I Take Off Blog Page Title & Box Shadow or container for the post it self i like side content but no box shadow or page title

Hi @rotation,

Thank you for reaching out to us. To remove the blog title, go to Theme Options > {Your Stack} and empty the Blog Title field (see screenshot)

To remove the box shadow, try adding the following code in the Theme Options > CSS:

.blog .entry-wrap {
    box-shadow: none;
    border: none;
}

Hope this helps!

did not work

Hello @rotation,

The css code did not work because you did not assign the page as your Posts Page. Please have the css code updated and use this instead:

.page-id-36  .entry-wrap {
    box-shadow: none;
    border: none;
}

We would love to know if this has worked for you. Thank you.

That work , nice thanks. Now how do i get the page title (BLOG) to not show up?

Hi @rotation,

Please edit your blog page, scroll down to the Page Settings section > check on the Disable Page Title:

Hope it helps :slight_smile:

Got it Thanks

Glad we could help,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.