• Resolved jetsystemservices

    (@jetsystemservices)


    I am trying to follow this thread to add a background to my page. I intend to add a cover and place all content inside that cover but I do not know how to do that.

    Can you direct me to a tutorial to do it?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @jetsystemservices – could you clarify which part of your page you’d like to put a background on? Are you looking to put it behind the entire page, including your header, which currently has a white background? I already see a background image behind your main content area on the page you linked above.

    Depending what you have in mind, custom CSS might be easier. A site-wide CSS editor is built into WordPress 6.2.

    Let me know!

    Thread Starter jetsystemservices

    (@jetsystemservices)

    Hello Katherine:

    I want to include all. I manage to add the Comment with a background by using a builder plugin, but the Reply section is out of my control. It is shown outside of my Content, bellowed.

    Here is a new link to the comment page.

    Moderator jordesign

    (@jordesign)

    Hi @jetsystemservices

    I want to include all. I manage to add the Comment with a background by using a builder plugin, but the Reply section is out of my control. It is shown outside of my Content, bellowed.

    Here is a?new link?to the comment page.

    I tried loading that page to take a look and it seems it isn’t published and available at that URL at the moment. Could you please double check it is publicly available and let me know?

    I manage to add the Comment with a background by using a builder plugin

    I also wanted to double check which page builder plugin you’re using? Often with third-party plugins any adjustments to styling would be reliant on those plugins (instead of the theme itself).

    Thread Starter jetsystemservices

    (@jetsystemservices)

    Corrected link You will see two Reply sections. One inside the content and other below it. If I could place the below section over a white background, I would removed the one with the content. Or if I could hide the lower section that may work also.

    Moderator Kathryn Presner

    (@zoonini)

    Hi @jetsystemservices – it looks like there’s a white background set on several of your blocks on this page. Try selecting the affected blocks – such as the Group block shown below – in the Site Editor and removing the white background colour, to make them transparent. Once they’re transparent, your background image should show through.

    Thread Starter jetsystemservices

    (@jetsystemservices)

    Yes. I have a Page picture as background, but I need to have a white background to the content over the page background. The problem is adding the white background to the Reply section over the page picture/background. That is why I want to hide the Reply section but still keep them enabled OR add the white background to it.

    The problem is adding the white background to the Reply section over the page picture/background. That is why I want to hide the Reply section but still keep them enabled OR add the white background to it.

    Hi @jetsystemservices you can add a white background to the comment section using the CSS code below. You can add the code to your additional CSS section

    #comments {
        margin-top: 30px;
        background-color: #fff;
    }

    It looks like you are using a custom theme, please be advised that this forum is for sites using the Twenty Twenty-Three block theme.

    Thread Starter jetsystemservices

    (@jetsystemservices)

    Thank you. That CSS solved the background problem with the comment section.

    Hi @jetsystemservices I’m glad the CSS worked and thanks for the update.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Move current template parts inside a cover’ is closed to new replies.