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 #2229906
change fonts size
Closed

Comments

  • Michalholzberg started the conversation

    Hi,

    How do I change the font size and thickness in the read more buttons?

    thank you

    Michal

  •  2,699
    PenciDesign replied

    Hi,

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

    .penci-readmore-btn.penci-btn-make-button a, 
    .penci-featured-cat-seemore.penci-btn-make-button a{ font-weight: normal; font-size: 14px; }
    

    Change 14 to value as you want.


    Best Regards,

    PenciDesign

  • Michalholzberg replied

    Thanks for your reply

    It worked partially.

    the font size of the read more button on the featured slider did not change (I use style 36).

    Michal 

  •  2,699
    PenciDesign replied

    Hi,

    For change font size for read more button on featured slider, please add more this code to Customize > Custom CSS:

    .featured-style-29 .penci-featured-slider-button a, 
    .featured-style-35 .penci-featured-slider-button a, 
    .featured-style-38 .penci-featured-slider-button a{
        font-size: 14px;
    }
    

    Best Regards,

    PenciDesign

  • Michalholzberg replied

    Hi, thank you

    And another question in that matter, what do I do with the font type? I use a google font name Rubik in my website. only the featured slider read more button stayed in Arial font.

  •  2,699
    PenciDesign replied

    Hi,

    Please show me your site URL to I can take it a look to help you.


    Best Regards,

    PenciDesign

  •   Michalholzberg replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Your site is under construction - so I can't see the issue to check it help you. I can't check it via a screenshot.

    So, please make your site live to I can see the issue. When we done, you can activate the construction mode back.


    Best Regards,

    PenciDesign

  • Michalholzberg replied
  •  2,699
    PenciDesign replied

    Hi,

    I just checked it and I see it's correct:

    Here is preview Rubik font on google font with your text: http://prntscr.com/q5vha4

    And it's the same with the text on your site: http://prntscr.com/q5vhm1


    Best Regards,

    PenciDesign

  • Michalholzberg replied

    Has I told you, the problem is only on the read more button  on the slider. the rest of the text is ok.

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, ok. Please try add more this code to Customize > Custom CSS to fixed this issue:

    .featured-style-29 .penci-featured-slider-button a, 
    .featured-style-35 .penci-featured-slider-button a, 
    .featured-style-38 .penci-featured-slider-button a{
        font-family: 'Rubik', sans-serif; font-weight: 500;
    }
    

    Best Regards,

    PenciDesign