-
Author
-
January 10, 2018 at 19:59 #185416HDcmsParticipant
Hello,
how to hide all the buttons that allow to modify the visibility of all the fields of the profile by editing his profile?
Either by a function or a css but with a generic command because there are many!
Regards
Attachments:
You must be logged in to view attached files.January 11, 2018 at 03:37 #185476LauraModeratorHello, can be done with css, can you share access? 🙂
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 🙂
January 12, 2018 at 17:37 #185615LauraModeratorHello, please try by adding this to style.css of child theme
COPY CODE.field-visibility-settings-toggle { display: none !important; } .field-visibility-settings-notoggle { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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 🙂
January 15, 2018 at 11:42 #185823HDcmsParticipantHi Laura
It works, I just add “button” to be more selectiveCOPY CODE.field-visibility-settings-toggle button { display: none !important; } .field-visibility-settings-notoggle button { display: none !important; }
Thank you and good day
January 16, 2018 at 03:07 #185909LauraModeratorGlad 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
The forum ‘General questions’ is closed to new topics and replies.