How can I edit post/blog page

Hi,
I have bought my third xtheme for my sites,
i have to change background color of the header and container in my post page (the Band demo “eclipse”) named “tour” but I can’t figure it out how to do that. I can’t do it with cornerstone and in the classic mode editor there is no parameters.
Moreover I want to change the background color of the single posts (it’s a light broun by default)

thank you

Hello Tommaso,

Thanks for writing in!

You will have to use CSS to make the changes. Having said that we are working on Layout builder that allow users to design blog and archive page layouts including option to change background colors. For now, please add following CSS under X > Theme Options > CSS:

.blog .entry-wrap, .single .entry-wrap {
    background-color: #ddd;
}

You can learn more about the layout builder in our Status report:

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you so much!

You’re welcome!
We’re glad @Prasant were able to help you out.

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