info.agnikz
asked 11 years ago

DW – Focus : Removing RSS and Login icons from the theme

Could you please let me know how do I remove RSS and Login icons from the theme

3 Answers
DominicStaff
answered 11 years ago

Hi !
– If you want to remove Icon RSS and login, Login to Dashboard > Theme options > add the following code lines:
 
.icon-rss, .icon-user {
   display: none !important;
}

Regards,

Dominic

ElleryG
answered 11 years ago

That doesn’t work for me, but if you look for the line

<ul  class=”social-links visible-desktop”>

in header.php, you will see what to do.

 
    DominicStaff
    answered 11 years ago

    Hi !

    Thank ElleryG

    – I just want to hide by css. but you can remove code on file header.php

    View post on imgur.com

    Regards,

    Dominic

    Powered by DW Question & Answer Pro