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 #2468163
Single post date and penci slider boxes
Closed

Comments

  • chimiamamisegua started the conversation

    Hello, where can I change the opacity of the penci slider boxes? And where can I hand the date of the post in the single post page? In general but in particular the one under the title.
    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can change the opacity on Penci Slider text by add more this code to Customize > Custom CSS:

    .pencislider-container .pencislider-content .pencislider-caption span,
    .pencislider-container .pencislider-content .pencislider-title span{ background-color: rgba( 0, 0, 0, 0.7 ); }
    

    Change value 0.7 on above code to opacity value as you want.

    2/ You can hide the post date via Customize > Single Post Options.


    Best Regards,

    PenciDesign

  • chimiamamisegua replied

    Thank you the code for the boxes worked well.

    For the date i mean that i would like, all posts to show the date of the publication not the modify date... is it possibile?

    I'd like also to change the font size of the titles of the posts under the principals. I attached a screenshots to explain better. Thank you 

  •  2,699
    PenciDesign replied

    Hi,

    1/ By default, the date from the theme will display by published date. It seems you've checked on Customize > General Options > Display Modified Date Replace with Published Date - let's check it again.

    2/ You can add more this code to Customize > Custom CSS to do that:

    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a{ font-size: 24px; }
    .footer-widget-wrapper .widget .widget-title .inner-arrow{ font-size: 20px; }
    

    Change values 24 and 20 on above code to values as you want.


    Best Regards,

    PenciDesign