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 #1934311
Add same font family
Closed

Comments

  • Alysson started the conversation

    How do i add a %(percent symbol) with the same font family like 99 ?

    thanks

  •  501
    Penci replied

    Hi,

    Please edit counter up shortcode you want add  percent and add class to shortcode as screenshot http://prntscr.com/myc8p1

    then go to Customize > Addtional CSS then add custom css to do that :

    .add-precent-counterup .penci-cup-number-wrapper:before {
        content: '%';
        font-size: 35px;
        display: inline-block;
    }

    You can change font size is 35px to any font size you want 

    Best Regards,

    PenciDesign