• Resolved jjcmtam

    (@johnjohn1003)


    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 to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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”.

    how to add custom CSS

    Thread Starter jjcmtam

    (@johnjohn1003)

    For the first problem, Can you provide code so that I can exclude by myself? Thank you!

    It’s div_class=et_smooth_scroll_disabled. Please show the shortcode as you use it now.

    Thread Starter jjcmtam

    (@johnjohn1003)

    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!

    To show a specific tag group use include with the group ID, like include=1.

    For the text color 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.