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
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
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.
Hi !
Thank ElleryG
– I just want to hide by css. but you can remove code on file header.php
Regards,
Dominic
Please login or Register to submit your answer