-
Author
-
April 11, 2016 at 23:20 #115848HDcmsParticipant
Hello,
How to hide the members of counter top of the page activity (http://seventhqueen.com/demo/sweetdatewp/activity/)
activity-all span{
display: none; /* Does not work*/
}Regards
April 13, 2016 at 17:08 #116286HDcmsParticipantHi,
I am also hide follow rss
I tried several codes including this oneCOPY CODEul.sub-nav li.feed { display: none !important; }
does not works 🙁
April 13, 2016 at 19:14 #116336LauraModeratorHello, try adding this to style.css of child theme 🙂
COPY CODEli.feed { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 13, 2016 at 19:23 #116342HDcmsParticipantHI,
I had already tried and it does not work?
and how to hide the members of counter top of the page activity (http://seventhqueen.com/demo/sweetdatewp/activity/)
COPY CODEactivity-all span{ display: none; /* Does not work*/ }
April 15, 2016 at 11:28 #116800HDcmsParticipantHi,
help me please because after I’ll be away a few days!
a) hide the members of counter top of the page activity
b) hide follow rss
(http://seventhqueen.com/demo/sweetdatewp/activity/)
ThanksApril 18, 2016 at 18:35 #117349LauraModeratorHello, try adding this to style.css, if it doesnt work, try cleaning your cache
COPY CODEli#activity-all { display: none !important; } li.feed { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 28, 2016 at 02:04 #119415LauraModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.