Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Yes, you can do that by adding the code below in wp-admin / Appeareance / Customize / Additional CSS panel

    
    span.adverts-widget-recent-title {
        font-size: 18px !important;
    }
    .adverts-widget-categories {
        font-size: 14px !important;
    }
    

    Just adjusted the font sizes to your desired sizes.

    Thread Starter limone111

    (@limone111)

    ohh working fine…thx
    and for the widget last ads i also needed^^ *shame*
    pleaseeee

    Plugin Author Greg Winiarski

    (@gwin)

    Hmm this should actually work for the Recent Ads widget as well, which element you would like to change there (title, price or location)?

    Thread Starter limone111

    (@limone111)

    hi greg thx for answer.

    we have two widgets.
    – categories (now fine)
    – last ads

    The font size in “the last ads” widgets is also to big

    the code you gave me is only working for the categories.

    Plugin Author Greg Winiarski

    (@gwin)

    Hi, hmm the first 3 lines from the last snippet i sent should change the Ad title in Recent Ads widget, either way if that does not work for you for some reason please try this one instead

    
    body .adverts-widget-recent-title a {
        font-size: 12px !important;
    }
    
    Thread Starter limone111

    (@limone111)

    works fine now. thx sooooo much

    Plugin Author Greg Winiarski

    (@gwin)

    Ok great :), i am closing this thread then.

    BTW. If you are finding the plugin useful i would be thankful if you could write a short one or two sentence review here https://www.ads-software.com/support/view/plugin-reviews/wpadverts

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘change fot size in widget’ is closed to new replies.