New Landing How can we help? Themeforest Theme Support Neighborhood Remove RSS from Blog Aux

Viewing 13 posts - 1 through 13 (of 13 total)
  • #121729
    GTS75
    Member
    Post count: 240

    Hey everyone – I’d like to remove the RSS option from the Blog Aux options.

    What css do I need to enter to make it disappear??

    Thanks in advance

    #121747
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    ul.blog-aux-options li a.rss-link{display:none !important;}
    Thanks
    Mohammad

    #121951
    GTS75
    Member
    Post count: 240

    Thanks for the fast response, but that css didn’t remove the RSS option from the blog page. See my image.

    Attachments:
    You must be logged in to view attached files.
    #121955
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue.
    Thanks
    Mohammad

    #121960
    GTS75
    Member
    Post count: 240

    The URL for my blog is http://gtsclothing.com/the-journey

    #121965
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This should work:

    .blog-aux-options li a.rss-link {
      display: none;
    }

    – Kyle

    #121967
    GTS75
    Member
    Post count: 240

    Hey Kyle – that css didn’t work either… Not sure if it makes a difference but I’m using Neighborhood and my blog page is just a regular page with page elements added and inside the blog element I’ve selected to display the blog aux options. Just need the RSS option to go away.

    Thanks for the help

    #121969
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve put a script in your custom css:

    <!– Please call pinit.js only once per page –>
    <script type=”text/javascript” async data-pin-color=”red” data-pin-hover=”true” src=”//assets.pinterest.com/js/pinit.js”></script>

    You can’t put that there, that’s why the css is not working

    – Kyle

    #121973
    GTS75
    Member
    Post count: 240

    I can’t put the custom css into the custom css box?? That’s unfortunate. That’s where I’ve always placed css and it’s always worked. How come this one is different? And where is the correct place to place it?

    #121975
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    <!– Please call pinit.js only once per page –>
    <script type=”text/javascript” async data-pin-color=”red” data-pin-hover=”true” src=”//assets.pinterest.com/js/pinit.js”></script>

    is not CSS, its JS.

    The custom CSS box is for CSS only

    – Kyle

    #122002
    GTS75
    Member
    Post count: 240

    So is…

    .blog-aux-options li a.rss-link {
    display: none;
    }

    CSS or JS? The pinterest code there is something totally different…and old haha so I’m not worried about that one. But shouldn’t the CSS you sent me to remove the RSS option work in that box?

    #122004
    GTS75
    Member
    Post count: 240

    Nevermind! Sorry Kyle I didn’t see your previous post. I removed the pinterest stuff and the RSS css worked perfectly. Thanks for the help.

    #122006
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register