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 #1734371
Typography
Closed

Comments

  • DaphneO started the conversation

    Hello,

    you previously gave me a code line to have the titles in the sidebar in the "melony" font I added to the theme

    I changed the grid to "magazine" and I would like to have a Melony font for the titles above the featured categories,

    can you tell me how to do that?

    thank you very much


  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .penci-homepage-title h3 { font-family: 'mellony'; }
    

    And to change the font size & disable uppercase on that titles box, please check options for it via Customize > Colors for Homepage & Home Title Box Options


    Best Regards,

    PenciDesign

  • DaphneO replied

    Thank you very much, it works perfectly,

    my last question about it is, now that I did the changes, the featured category titles are cut as you can see here

    https://startwithaconcept.com/

    And also inside the articles( on the top), like here:

    https://startwithaconcept.com/2018/10/02/brigitte-bardot-bag-by-lancel-2/

    Can we solve that?

    Thank you!


  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to fixed it:

    .penci-homepage-title, .header-standard .cat{ padding-top: 6px; }
    

    Best Regards,

    PenciDesign

  • DaphneO replied

    thank you for your help!