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 #1736364
text above pictures
Closed

Comments

  • DaphneO started the conversation

    Hello, as most of my pictures are white,

    I wanted to know if I can have a white gradient above the pictures and dark text

    Instead of a black gradient and white text?

    Can you explain me how?

    thank you!

  •  2,699
    PenciDesign replied

    Hi,

    1/ For featured slider, you can check options for it via Customize > Colors for Featured Slider.

    2/ For featured categories "Career" & "Resources", please add more this code to Customize > Custom CSS to change it:

    .home-featured-cat-content.style-14 .penci-image-holder:after{ 
    background: -moz-linear-gradient(top, transparent 50%, #fff 100%);
    background: -webkit-linear-gradient(top, transparent 50%, #fff 100%);
    background: -o-linear-gradient(top, transparent 50%, #fff 100%);
    background: -ms-linear-gradient(top, transparent 50%, #fff 100%);
    background: linear-gradient(to bottom, transparent 50%, #fff 100%);
    }
    .home-featured-cat-content.style-14 .first-post .magcat-detail h3 a, .home-featured-cat-content.style-14 .first-post .magcat-detail h3 a:hover{ color: #111; }
    .home-featured-cat-content.style-14 .mag-meta{ color: #414141; }
    

    Best Regards,

    PenciDesign