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

  • Author
  • #106221
     jazzbuzz
    Participant

    Hi there,

    how can I make the search icon only visible to logged in users?

    Thank you.

    #106510
     Laura
    Moderator

    Hello, you will need to use a php code with some css at your header.php, i can share the code with you, first copy your header.php at the child theme
    Let me know if you want to do it this way 🙂

    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 🙂

    #106563
     jazzbuzz
    Participant

    HI Laura,

    this would be great 🙂

    #106874
     Laura
    Moderator

    Hello, add this to header.php of child theme, let me know if it works
    <?php if ( is_user_logged_in() ) { } else { ?>
    <style type=”text/css” media=”screen”>
    li#nav-menu-item-search {
    display: none;
    }
    </style>
    <?php } ?>

    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 🙂

    #107152
     jazzbuzz
    Participant

    Worked. Thx 🙂

    #107237
     Laura
    Moderator

    Yay 🙂

    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)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?