• Resolved LindaK816

    (@lindak816)


    I am trying to override the font and am using the fully customize approach. I tried putting backward single quotes around it – and tried specifying font: Tahoma; but neither worked.

    Here is part of my override where I specify the font:

    #text-slider {
    width: 100%;
    position: relative;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    height:auto;
    overflow:hidden;
    }

    Thanks!
    Linda

    https://wordpress.org/plugins/text-slider/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter LindaK816

    (@lindak816)

    Sorry I forgot to specify the link to my site! It is:
    http://www.designsbydanica-test.com/reviews/. It is showing Tahoma font in IE but not in Safari or FF.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Hey Linda, try adding !important attribute so it overrides other conflicting css

    Thread Starter LindaK816

    (@lindak816)

    Hi Maeve – thanks so much for your reply! Perhaps that may have solved it but this was the solution (sorry I didn’t update my post earlier):

    #text-slider {
    width: 100%;
    position: relative;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    height:auto;
    overflow:hidden;
    }

    Best Regards,
    Linda

    Hello!
    I try to customise test slider but changed options in dmin panel not work on the page.
    I set max font size 20 but it outputs in 90px.

    I’m sorry.
    I’m not noticed the radio “Specifiy Font Details”
    It work sussesfully.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing font’ is closed to new replies.