• Resolved javimar

    (@javimar)


    HEllo again,

    The tag cloud doesn’t change size when one tag has more hits. Their size is always the same. Is there a way to make more appealing?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Go to Dashboard Admin Panel >> Appearance Menu >> Customize >>

    Matrix Options >> General Options >> Custom CSS Editor.

    Now write below CSS rules into Custom CSS editor:

    .sidebar .tagcloud a{
        color: #000;
        font-size: auto !important;
    }
    .footer-widget .tagcloud a {
       font-size: auto !important;
    }

    Save the changes.

    Thank You

    Thread Starter javimar

    (@javimar)

    Hello,

    CSS put, but size doesn’t increase even though the classes are ok.

    <div class="widget widget-categories"><h4>Etiquetas<span class="head-line"></span></h4><div class="tagcloud">
    <a href='https://localhost/tag/asteroids/' class='tag-link-10' title='1 tema' style='font-size: 8pt;'>asteroids</a>
    <a href='https://localhost/tag/planes/' class='tag-link-2' title='3 temas' style='font-size: 22pt;'>planes</a>
    <a href='https://localhost/tag/primavera/' class='tag-link-8' title='1 tema' style='font-size: 8pt;'>primavera</a>

    Hi,

    Please provide the website URL.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tag cloud’ is closed to new replies.