Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1135605
    chrisparker100
    Participant

    Hi,

    I need to change the size of the skills bar, by making them deeper, and increase the size of the text in the bars themselves. How would I go about this? Here is the page:
    http://dev1.parkercomms.co.uk/?page_id=148

    Thanks

    #1135764
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-skill-bar .bar {
        height: 50px;
    }
    
    .x-skill-bar .bar .percent {
        font-size: 20px;
    }
    .h-skill-bar {
        font-size: 20px;
        margin-top: 10px;
    }
    
    

    If you would like to achieve a different effect please provide more details and if possible a screenshot or mockup of what you are trying to achive.

    Thanks

    Joao

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