Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #375614
    nucz
    Participant

    Hi,

    How to styling counter element? I want to make the number BOLD. and also the text above and below the counter. Thanks

    #375698
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please follow the example below.

    
    [x_counter num_start="0" num_end="2716" num_speed="1500" num_color="#272727" text_above="We Have" text_below="Employees"]
    

    And then you can add the following CSS rule into your Customizer, Custom > CSS area using the menu Appearance -> Customize.

    
    .x-counter .number {
        font-weight: 600;
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-375614 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>