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 #3621917
Background colour under blocks
Closed

Comments

  •  3
    eivindert started the conversation

    Hi, 

    We want to add a background color to the text of related articles. Like many news site does (See SS) Is this possible in any way? 


    Thanks!

    Attached files:  111.png

  •  2,541
    PenciDesign replied

    Hi,

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

    .elementor-widget-penci-latest-posts .item {
        background: #f1f1f1;
        padding-bottom: 30px;
    }

    Regards,
    PenciDesign.



  •  3
    eivindert replied

    Perfect! Thanks for fast support as always!