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 #1994622
Penci Post Slider widget
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,


    may I ask if its possible to center the headline for the Penci Post Slider widget and change its color? Please see the screenshot attached.


    thank you

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail{ text-align: center; color: #ff0000; }
    .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail:hover { color: #0000ff; }
    

    One is color for normal color - one is color for hoversmile.png

    Change it to any color as you want.


    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    Hi,


    thank you, the centering did work but the color is still the same, I added it like this:


    .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail{ text-align: center; color: #F78B40; }
    .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail:hover { color: #F78B40; }
    



  •  2,699
    PenciDesign replied

    Hi,

    Please try again with this code:

    .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail{ text-align: center; }
    .widget .penci-widget-slider .penci-widget-slide-detail h4 a{ color: #F78B40; }
    

    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    Hi,


    I tried it but it did not change, maybe something is overwriting it

  •  2,699
    PenciDesign replied

    Hi,

    Ok, please try again with this code:

    .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail{ text-align: center; }
    .widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a,
    .widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a:hover{ color: #F78B40; }
    

    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    awesome, that worked, thank you very much!