Title: Tag Cloud Problem
Last modified: February 4, 2021

---

# Tag Cloud Problem

 *  Resolved [jjcmtam](https://wordpress.org/support/users/johnjohn1003/)
 * (@johnjohn1003)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/tag-cloud-problem/)
 * Hi, I am using shortcode to show tag cloud.
 * The problem I faced is that when I click the tag group, it jumped down to my 
   website footer. How to fix this problem?
 * At the same time, can you teach me how to style the word? such as colour & font
   sizes?
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftag-cloud-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/tag-cloud-problem/#post-14000821)
 * 1. When I click on a tag group, the tag cloud is scrolled to the top (behind 
   the menu bar). This is caused by your theme. You could try to tell your theme
   to exclude these links of the tag cloud. For example add `div_class=et_smooth_scroll_disabled`
   to the shortcode.
 * 2. You use the selector ‘tag-groups-tag’ in your CSS:
 *     ```
       .tag-groups-tag {
        background-color:red !important;
       }
       ```
   
 * Font sizes can also be changed with the [parameters “smallest” and “largest”](https://documentation.chattymango.com/documentation/tag-groups/tabbed-tag-cloud-tag-clouds-and-groups-info/tabbed-tag-cloud-shortcode-parameters/#smallest).
 * [how to add custom CSS](https://documentation.chattymango.com/documentation/tag-groups/frequently-asked-questions/how-do-i-add-custom-css/)
 *  Thread Starter [jjcmtam](https://wordpress.org/support/users/johnjohn1003/)
 * (@johnjohn1003)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/tag-cloud-problem/#post-14001008)
 * For the first problem, Can you provide code so that I can exclude by myself? 
   Thank you!
 *  [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/tag-cloud-problem/#post-14001199)
 * It’s `div_class=et_smooth_scroll_disabled`. Please show the shortcode as you 
   use it now.
 *  Thread Starter [jjcmtam](https://wordpress.org/support/users/johnjohn1003/)
 * (@johnjohn1003)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/tag-cloud-problem/#post-14004082)
 * Can I choose specific tag group to show? Thank you!
 * I am sorry to ask can you about the css
 * .tag-groups-tag {
    background-color:red !important; } I would like to change 
   the color of tag group text and tag group tag text. How is the css?
 * Also, can I choose to show specific tag group?
 * Thank you so much!
 *  [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/tag-cloud-problem/#post-14004229)
 * To show a specific tag group use [include](https://documentation.chattymango.com/documentation/tag-groups/tabbed-tag-cloud-tag-clouds-and-groups-info/tabbed-tag-cloud-shortcode-parameters/#include)
   with the group ID, like `include=1`.
 * For the text [color](https://www.w3schools.com/cssref/pr_text_color.asp) use 
   the CSS:
 *     ```
       .tag-groups-tag a {
       color:red !important;
       }
       ```
   

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

The topic ‘Tag Cloud Problem’ is closed to new replies.

 * ![](https://ps.w.org/tag-groups/assets/icon-256x256.png?rev=2853023)
 * [Tag Groups is the Advanced Way to Display Your Taxonomy Terms](https://wordpress.org/plugins/tag-groups/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tag-groups/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tag-groups/)
 * [Active Topics](https://wordpress.org/support/plugin/tag-groups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tag-groups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tag-groups/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Christoph](https://wordpress.org/support/users/camthor/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/tag-cloud-problem/#post-14004229)
 * Status: resolved