Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3982795
Editing
Open

Comments

  • venusscriptures started the conversation

    Hi, my background is a leopard print image, but there's this huge white layer on top of it that's taking up the whole page. I want to either remove that white background completely so the leopard shows through, or at least change its color to black. How can I do that if possible? 


    Thank you!

    Attached files:  Screenshot 2025-05-02 at 4.01.36 PM.png

  •  2,822
    PenciDesign replied

    Hi,

    Please publish your changes and turn off the "Coming Soon" mode. Once done, update this ticket so I can check everything on the live URL.

    Regards,
    PenciDesign.

  • venusscriptures replied

    Hi, it is done.

  •  2,822
    PenciDesign replied

    Hi,

    Do you mean you’d like to change your site’s entire background color from white to black?

    Regards,
    PenciDesign.

  • venusscriptures replied

    I would like to remove the white background and also learn how to change it from white to black! 

  •  2,822
    PenciDesign replied

    Hi,

    To change the background color:
    Go to Appearance → Customize → General → Body Boxed → Background Color for Body Boxed and select your desired background color.

    To remove the header background:
    You’ll need to edit each column individually using the Penci Header Builder and set their background colors accordingly.

    Regards,
    PenciDesign.

  • venusscriptures replied

    Hi, I've tried  Appearance→ Customize → General → Body Boxed → Background Color for Body Boxed and it still didn't change the background entirely. There's still that white layout on top of it, making you only see the background just on the sides. I'm not trying to remove the header, I'm trying to remove the entire layout because I want the leopard background image to cover the entire page.

  •  2,822
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .wrapper-boxed.enable-boxed,
    .penci_header_overlap .penci-desktop-midbar,
    .penci-desktop-midbar,
    #widget-area {
      background: transparent !important;
    }
    

    Regards,
    PenciDesign.