How to disable RSS and Login icons on menu?
1 Answers
Hi,
You can add the following code to the style.css file:
li.rss, li.user { display: none;}
Hope this helps !
Please login or Register to submit your answer
How to disable RSS and Login icons on menu?
Hi,
You can add the following code to the style.css file:
li.rss, li.user { display: none;}
Hope this helps !
Please login or Register to submit your answer