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 #3773562
Background color featured categories homepage
Open

Comments

  •  1
    tim-nieuwpoort started the conversation

    Hi,

    Where can I adjust the color of this background (featured categories) on the homepage. See attachment.

    Thanks.

    Attached files:  Screenshot.png

  •  2,658
    PenciDesign replied

    Hi,

    Please send me your site URL.

    Regards,
    PenciDesign.

  •   tim-nieuwpoort replied privately
  •  2,658
    PenciDesign replied

    Hi,

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

    body.home .home-featured-boxes {
      background: #000;
      width: 100%;
      padding-top: 30px;
    }
    body.home .home-featured-boxes > ul {
      max-width: var(--pcctain);
      margin-left: auto;
      margin-right: auto;
    }
    

    Regards,
    PenciDesign.

  •  1
    tim-nieuwpoort replied

    Hi,

    Thanks.

    So, there is no option for this in customizer?

  •  2,658
    PenciDesign replied

    Hi,

    Yes, if you want to create more advanced customizations, I recommend building the page content using the Elementor Page Builder.

    Regards,
    PenciDesign.

  •  1
    tim-nieuwpoort replied

    Hi, 

    Thanks.

    And, where can I adjust the color of this background (populair posts) on the homepage: https://prnt.sc/mPjQlLXxDovr

    Or do I also need a custom CSS code?


  •  2,658
    PenciDesign replied

    Hi,

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

    body.home .penci-home-popular-posts {
      background: #000;
      width: 100%;
      padding-top: 60px;
    }
    body.home .penci-home-popular-posts > .swiper {
      max-width: var(--pcctain);
      margin-left: auto;
      margin-right: auto;
    }
    

    Regards,
    PenciDesign.