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 #3020196
Set specific number of words
Closed

Comments

  • afoukis started the conversation

    How can I define the number of words in latest posts ?

  •  2,490
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Posts Layouts:

    - Standard & Classic → Custom Excerpt Length,

    - Other Layouts → Custom Excerpt Length

    Regards,
    PenciDesign.



  •   afoukis replied privately
  •  2,490
    PenciDesign replied

    Hi,

    Please edit your homepage with the Elementor page builder, select the Penci Latest Posts element then modify it like the screenshot below:

    qlqIltp.png

    Regards,
    PenciDesign.


  • afoukis replied

    I found this, is it the same ?

  •  2,490
    PenciDesign replied

    Hi,

    Yes. Please set the number of words you want to show here.

    Regards,
    PenciDesign.


  • afoukis replied

    I want the buttons not to be in uppercase, ex. "READ MORE", '"SUBMIT", ..

    Any suggestion?

  •  2,490
    PenciDesign replied

    Hi,

    You can set the style of this button on the tab Style → Read More Button Typography.

    Regards,
    PenciDesign.


  • afoukis replied

    Where is tab Style → Read More Button Typography.?

    also I want the button SUBMIT not to be in uppercase


  •  2,490
    PenciDesign replied

    Hi,

    1. Please view the screenshot, the tab Style locate on the Elementor element settings:

    ztVRe0q.png

    2. In case you want to disable all the uppercase of the submit buttons, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    button,
    .button,
    input[type="submit"],
    input[type="button"] {
        text-transform: none !important;
    }

    Regards,
    PenciDesign.