-
Author
-
July 29, 2016 at 18:17 #130686
JuliaCurrie
ParticipantHiya. How would I remove a section underneath the ‘Top Members’, e.g. ‘Popular’?
And also, how do I change the light blue hover-over colour in a user’s profile? It seems impossible.
Please see the two screenshots attached. Thanks!
August 1, 2016 at 01:58 #130811Laura
ModeratorHello, for the top members, just add this to style.css of your child theme 🙂
COPY CODEdiv#members-list-options :nth-child(3) { display: none !important; }For the link color, use this
COPY CODEli#infoTab a:hover { color: red !important; }Hope it helps 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 4, 2016 at 11:59 #131316JuliaCurrie
ParticipantI’m sorry, but none of the above code works. 🙁 it works when used in the browser’s developer console, but not when implemented into the style.css of the child theme – very misleading!
August 5, 2016 at 01:49 #131430Laura
ModeratorHello, can you share admin credentials so i can test it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 7, 2016 at 16:03 #131569JuliaCurrie
ParticipantYep –
http://Finda.Group/wp-admim/
Username: FindaGroupAdmin
Password: ch1ck3nAugust 8, 2016 at 23:43 #131729Laura
ModeratorHello, seems to be a problem with your style.css, added to quick css and it works fine 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 11, 2016 at 13:06 #132022JuliaCurrie
ParticipantSorry, where do I find the quick CSS sheet? (or maybe I’ve misunderstood)
August 12, 2016 at 20:27 #132213Laura
ModeratorHello, its at Sweetdate options, styling
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.