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 #3554050
Editing Slider Appearance
Closed

Comments

  •  1
    EbonyIris started the conversation

    Hi,


    Is there a way to edit the Penci Featured Slider Style 4 so that the black gradient (see attached) is white instead? If not, can you provide directions for how to create this using Penci Blocks that will accomplish this goal? Thanks for your help.

    -Ramayan

    Attached files:  Screenshot 2024-01-03 at 11.28.29 AM.png

  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .penci-slider4-overlay {
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    }

    Regards,
    PenciDesign.



  •  1
    EbonyIris replied

    Perfect! Thank you!