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 #2997754
Related Posts Custom Text
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    I found in Single Post Related Posts Custom Text and Custom Font Size For Related Post Title, but nothing about Related Posts Title... I'd like to change Font Size and Font Family. There's some additional CSS code?

  •  2,580
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Posts → Font Size: scroll down to the Related Posts & Comments the change the font size here.

    If you want to change the font family, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .post-box-title {
        font-family: 'Poppins';
    }

    Change Poppins to the font name you want to display.

    Regards,
    PenciDesign.


  •  4
    ISOLE-GRECHE replied

    I applied it but it remained the same.

    https://www.isole-greche.com/cicladi/folegandros/informazioni-folegandros

    Text is "PAGINE CORRELATE"

  •  2,580
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

    .penci-post-related .post-title-box .post-box-title {
        font-family: 'Poppins' !important;
    }

    Then clear all the site cache & check again.

    Regards,
    PenciDesign.



  •  4
    ISOLE-GRECHE replied

    OK!