• Resolved Triptikon

    (@triptikon)


    I need to change the font size of the ads’ titles in the list. The code

    .adverts-list .advert-item .advert-link-text { font-size: 14px !important; }

    doesn’t work

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Triptikon

    (@triptikon)

    The link to a problem page. It’s strange that there are no font settings in the “Style” addon

    clemmyfandan

    (@clemmyfandan)

    This should target only the titles;

    .wpa-result-title-text {
    font-size: 18px;
    }

    Thread Starter Triptikon

    (@triptikon)

    @clemmyfandan thanks, but this code doesn’t work too

    clemmyfandan

    (@clemmyfandan)

    hrm so odd, .wpa-result-title-text is the selector for those titles.

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    the code suggested by @clemmyfandan should be correct (i tested with the Chrome Developer Tools on your website and seems to be working fine), if you are having a problem with it you can try postfixing the CSS rule with !important keyword like this

    body .wpa-result-title-text {
        font-size: 18px !important;
    }
    Thread Starter Triptikon

    (@triptikon)

    It works! Thanks a lot, Greg!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to change th font size?’ is closed to new replies.