Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1042727
    CrystalTiffanyTan
    Participant

    Hi X Theme,

    In using the RSS Widget, any idea how I can hide the title? And any idea how I can decrease the size of the title? Please view attached file.

    Tried leaving the title feed blank, adding  , adding a space bar. But if there is no content, it automatically shows a default statement (which varies depending on the feed).

    Thank you!

    #1042730
    CrystalTiffanyTan
    Participant
    This reply has been marked as private.
    #1043105
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    a.rsswidget {
        display: none;
    }
    .widget.widget_rss li .rsswidget {
        font-size: 15px;
    }
    .widget.widget_rss li {
        padding: 0.4em;
    }

    Hope that helps.

    #1072466
    CrystalTiffanyTan
    Participant

    Perfect. Thank you!

    #1072478
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1042727 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>