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 #1640039
Few Minor Things
Closed

Comments

  • adamjb27 started the conversation

    You have been excellent so far! Built the site 24 hours ago and have made great progress. I need help fixing these two things right here. 

  • adamjb27 replied

    ALSO: How to make "Written by" just "By" in the author part

  •  2,699
    PenciDesign replied

    Hi,

    1/ To remove the breadcrumbs, please go to Customize > General Options > and check to "Hide Breadcrumbs"

    2/ To make title & body text large on mobile, please add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 479px){
        .container-single .header-standard .post-title, .penci-page-header h1 {
            font-size: 24px;
        }
        body, p{ font-size: 16px; }
    }
    

    Change number 24 to value you want for heading titles.

    Change number 16 to value you want for body text.

    3/ To change "Written by" just "By", please check options for it via Customize > Quick Text Translation


    Best Regards,

    PenciDesign