Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2432916
limit and order tags
Closed

Comments

  • Sambacca started the conversation

    Hi, 

    because there are too many tags in the tag cloud widget of my sidebar, I'd like to exclude the less used and show only the most used. If it were possible, I'd also like to order them by popularity. I tried with the plugin "simple tags". The goal of the plugin is exactly what I want, but I don't like the appearance. I prefer the default appearance of Soledad theme. Can I change the tags appearance of the plugin? Are there other ways to do the plugin job?

     I hope you have some suggestions for me

  •  2,699
    PenciDesign replied

    Hi,

    Please make the plugin widget appears to I can see it to help you.


    Best Regards,

    PenciDesign

  • Sambacca replied

    ok, done

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .widget .st-tag-cloud a {
        text-transform: uppercase;
        background: #ffffff;
        color: #999999;
        padding: 6px 12px 5px;
        margin-right: 5px;
        margin-bottom: 8px;
        display: inline-block;
        font-size: 11px !important;
        background: none;
        border: 1px solid #DEDEDE;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        outline: none;
        font-weight: normal;
        line-height: 1.2;
        text-decoration: none;
    }
    .widget .st-tag-cloud a:hover{
        color: #fff;
        background: #f2a900;
    }
    

    Best Regards,

    PenciDesign

  • Sambacca replied

    Wow! Perfect!

    Thank you