Blog page

Hi,

I am having a few problems with my Blog page!!!


You will see the is very different from say https://www.insightevents.org.uk/about . What i want is the same format of the transparent bar accross the screen with the blogs on it. It doesnt do it and also then makes the featured image odd looking.

Then when you visit a blog post it is completely all over the place. The text is all in the header image etc....

Can you help please.

Comments

  • Hi,
    It will be hard to create, but let's try.
    As I assume, you turned on the "Transparent" option for content in theme options (Theme Options > Global > General)

    Then, create another page, let's name it "blog2", create section with white background (opacity 50%) and insert the "blog" item there.
    It should work fine with that.

    Thanks
  • Hey

    Thanks for the reply i have been away. I have done the above and that is fine for the blog page as i said in my first post https://www.insightevents.org.uk/blog has this and although the format is a little off it works.

    However the problem is when you click a post in the blog. For example https://www.insightevents.org.uk/welcome-to-the-new-insight-home/ i cannot get the transparent background to appear for the post itself.
  • Also how can i just have the blog page and post pages to just be plain white with no backgrounds etc... As i would like both options but cant get either to do it.
  • If you want to make your single post transparent
    body.single-post .post-wrapper-content .section{
    background:transparent !important;
    }
    Paste that code to the Theme Options > Custom CSS & JS > CSS
    If you would like to make it plain white, you have to disable all of the tweaks and turn off the transparent option which I mentioned in the previous answer.
    Also, you would have to hide the featured image.

    Thanks
Sign In or Register to comment.