• Resolved standingnoise

    (@standingnoise)


    Hello, trying to override the font pull down menus as the desired “font weight” is not an option. Seem to be able to find the classes, but something continues to override…
    tried a variety of these commands with no luck….

    #ik_fb_widget p, ik_fb_feed_item, ik_fb_facebook_link, ik_fb_item_story {
    font-family: “Lato”, sans-serif;
    font-weight: 300;
    }

    #ik_fb_widget .ik_fb_feed_item {
    font-family: “Lato”, sans-serif;
    font-weight: 300;
    }

    #ik_fb_widget .ik_fb_facebook_link {
    font-family: “Lato”, sans-serif;
    font-weight: 300;
    }

    #ik_fb_widget .ik_fb_item_story {
    font-family: “Lato”, sans-serif;
    font-weight: 300;
    }

    https://ww.wp.xz.cn/plugins/ik-facebook/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author richardgabriel

    (@richardgabriel)

    Hello!

    Try adding !important to the end of your styles, e.g. font-weight: 300 !important;, and see if that makes a difference.

    What would you like to see, in the Typography options, in regards to font weights?

    All the best,
    Richard

    Plugin Author richardgabriel

    (@richardgabriel)

    I’m marking this as resolved, as I haven’t heard back!

    Let me know if you need any more help!

    Best,
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Overriding Font CSS’ is closed to new replies.