Hristo Georgiev
asked 10 years ago

Hello, how to remove the rss and login icons from the top menu?
Thanks!

1 Answers
DominicStaff
answered 10 years ago

Hi Hristo !
To remove the RSS and login icon from the top menu in the DW Focus, you can open the header.php file in the folder path “\wp-content\themes\dw-focus”. Find the line 94 to line 98 then remove the following code:

     <?php if( $feedlink ) { ?>
                            <li class="rss"><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Rss','dw-focus') ?>"><i class="icon-rss"></i></a></li>
                            <?php } ?>
                            <?php if( $loginlink ) { ?>
                            <li class="login"><a href="<?php echo wp_login_url( get_permalink() ); ?>" title="<?php _e('Login','dw-focus') ?>"><i class="icon-user"></i></a>
                            <?php } ?>

Hope this helps !

Hristo Georgiev
replied 10 years ago

Thanks!

Powered by DW Question & Answer Pro