Title: Remove skill count
Last modified: August 30, 2016

---

# Remove skill count

 *  Resolved [sheridanhes](https://wordpress.org/support/users/sheridanhes/)
 * (@sheridanhes)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-skill-count/)
 * I want to remove the circles and the skill count titles entirely, how do I go
   about doing this in the CSS?

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337106)
 * Hey there sheridanhes,
 * How are you doing today?
 * I’ve quickly checked the theme on my end but wasn’t really sure which part you’re
   referring to, would you mind posting link to your site and let me know which 
   part you want to remove and I’ll be happy to try to help out with providing some
   CSS for that 🙂
 * Cheers,
    Bojan
 *  Thread Starter [sheridanhes](https://wordpress.org/support/users/sheridanhes/)
 * (@sheridanhes)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337109)
 * Hi, I’m good thanks!
 * My website link its [http://victorianstudentnurses.com.au](http://victorianstudentnurses.com.au)
 * The bit I’m referring to is under the title Victorian Student Nurses, on the 
   dark blue background. On the right there are circles with numbers in them that
   have “Skill #1” “Skill#2” and so on next to them. I want to get rid of them!
 * Thanks so much!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337112)
 * Hey again sheridanhes,
 * To remove those please try adding the following CSS code in the style.css file
   of your [child theme](http://codex.wordpress.org/Child_Themes) or add it in your
   site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .skills .skill .skill-count, .skills .skill {
         display: none;
       }
       ```
   
 * This will create a gap where those circles were so in case you want to expand
   the other two columns to occupy that space you can try adding this as well:
 *     ```
       #aboutus .col-lg-4.col-md-4.column {
         width: 50%;
       }
       ```
   
 * In case the code doesn’t work please keep it added and let me know so I can take
   a look.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [sheridanhes](https://wordpress.org/support/users/sheridanhes/)
 * (@sheridanhes)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337176)
 * This worked perfectly, thanks so much!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337212)
 * Glad I could help 🙂
 * Cheers,
    Bojan
 *  [Alexandra](https://wordpress.org/support/users/alexandrastan001/)
 * (@alexandrastan001)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337258)
 * Hello Bojan,
 * Thank you very much for your input! 🙂
 * Best regards,
    Alexandra
 *  [charot_](https://wordpress.org/support/users/charot_/)
 * (@charot_)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337264)
 * I tried putting it in the style css of my child theme but it’s not working. but
   if using simple custom css it is working. why is that?
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337265)
 * Hey there,
 * [@alexandra](https://wordpress.org/support/users/alexandra/) Happy to help 🙂
 * [@charot_](https://wordpress.org/support/users/charot_/) there could be few reason
   for that.
 * It is possible that child theme style.css is not loading properly (you can check
   by adding anything else there and see if it is working, or this is not the case
   if you already have some CSS there that is working properly.)
 * Also if you’re putting this at the top of your child theme style.css and you 
   have the same selector below with different properties so it gets overridden.
 * Other then that there is a chance that somewhere in your child theme style.css
   there is a closing bracket missing so the code below is not working.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  [xcel6292](https://wordpress.org/support/users/xcel6292/)
 * (@xcel6292)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337357)
 * please i would rely like if i can make the skill section horizontal please any
   help ??

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Remove skill count’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

 * 9 replies
 * 5 participants
 * Last reply from: [xcel6292](https://wordpress.org/support/users/xcel6292/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/remove-skill-count/#post-6337357)
 * Status: resolved