Support » Theme: Absolum » absolum theme – how do i remove the rss icon at top of the theme page ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you post a link to your site, someone can more easily help you — basically you can use “display: none;” in the CSS code to hide that.

    Thread Starter cyberpete

    (@cyberpete)

    Hi WPYogi

    Many thanks – My site is http://www.it-123.co.uk

    I tried remvoing all instances / refernces to “rss” in the theme editor but it made no difference. Whereabouts do I include the “display: none;” syntax ?

    There’s actually no way to target only that icon – because of the way the theme is coded. There would need to be an id or class specific to that element to use the display: none; in the CSS. Are you sure that’s not an option in the theme — the theme page seems to suggest that. Maybe try asking on the theme specific forums?
    http://theme4press.com/support/

    I removed the code for the rss in the header.php file:

    <div id="subscribe"><!--<a href="<?php //$options = get_option('absolum');if ($options['abs_rss_feed'] != "" ) { echo $options['abs_rss_feed']; } else { bloginfo( 'rss_url' ); } ?>" title="RSS Feed"><img src="<?php //echo get_template_directory_uri(); ?>/images/rss.png" width="42" height="69" alt="RSS Feed" /></a>-->

    If this is not done in a child theme then make sure you keep note of it because it will be overwritten on any theme update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘absolum theme – how do i remove the rss icon at top of the theme page ?’ is closed to new replies.