This topic has 1 reply, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #181083
     josephchrasta
    Participant

    I added a few WP RSS components to a Visual Composer page but the font in these components is different than the font of other Visual Composer components. How do I change the font of the WP RSS components?

    #181089
     Kieran_SQ
    Moderator

    Hi @josephchrasta,

    Thanks for contacting us about styling of the RSS widget, to undo the styling that is in place and force it to inherit your theme settings please use the below CSS in either your KLEO Child theme’s style.css or in Theme Options > General Settings > Scroll to: ‘Quick CSS’.

    COPY CODE
    .widget.widget_rss {
        font-weight: unset !important;
        font-family: Open Sans !important;
        text-transform: unset !important;
        font-size: inherit !important;
    }
    .widget.widget_rss a {
        font-weight: unset !important;
        font-family: Open Sans !important;
        text-transform: unset !important;
        font-size: inherit !important;
    }

    You will need to clear your website cache, CDN and local cache (Ctrl+F5) to see changes.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?