• Resolved patsch27

    (@patsch27)


    Hallo,

    am in search, why in the photo tags Widgets the default font size:
    style=”font-size:8px;”

    I have to follow code in the style.css from child-theme:

    .wppa-tagcloud {
    font-size: 13px !important;
    }

    Unfortunately, the default font size remains small.

    Other changes will work in this way, for example:

    .wppa-popup {
    font-size: 13px !important;
    }

    Font size changed from 10px (wppa-style.css) to 13px on request.

    Greetings
    patsch27

    http://wordpress.org/plugins/wp-photo-album-plus/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    The font sizes in the tagcloud widget are calculated according to the percentage of occuurrences of the specific tag. If you want to fix them, use:

    .wppa-tagcloud a {
    font-size: 13px !important;
    }

    Thread Starter patsch27

    (@patsch27)

    Hello,

    Added a small letter and it works.
    Sometimes the solution is so simple,
    you just can not find it.
    Thanks to the always quick help.

    patsch27

    PS: Different font sizes by frequency are then NOK!

    Li-An

    (@li-an)

    For people looking for this information, it’s now

    .wppa-tagcloud-widget a {
    font-size: 15px !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Size Photo Tags Widget’ is closed to new replies.