-
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!
Attachments:
You must be logged in to view attached files.July 29, 2016 at 18:18 #130690JuliaCurrie
ParticipantSorry – correct second screenshot here.
Attachments:
You must be logged in to view attached files.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 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
August 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 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
August 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 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
August 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 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.