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 #3530823
Single posts/Individual Blog posts settings
Closed

Comments

  •  1
    mcplthemeforestuser started the conversation

    Hello

    I would like to hide this author profile in the end of each post and also want to capitalize "previous post" and "next post" too, please assist - unable to find that setting

    Image attached:

    7496901300.png


  •  2,541
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Single Posts → General → Turn on the "Hide Author Box" option,

    2. Navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .prev-post-title, .next-post-title {
      text-transform: uppercase;
    }

    Regards,
    PenciDesign.