This topic has 5 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #185416
     HDcms
    Participant

    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.
    #185476
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #185492
     HDcms
    Participant
    This reply has been set as private.
    #185615
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #185823
     HDcms
    Participant

    Hi Laura
    It works, I just add “button” to be more selective

    COPY CODE
    .field-visibility-settings-toggle button {
        display: none !important;
    }
    .field-visibility-settings-notoggle button {
        display: none !important;
    }

    Thank you and good day

    #185909
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?