This topic has 1 reply, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #206652
     jamesmac01905
    Participant

    HI

     

    I am trying to remove the “Show profile” bottom section from the “Home search widget” when not logged in/registered.

     

    I am able to remove it through Elementor, however this only effects the widget when logged in, i am trying to remove it for all, (Logged in as well as not logged in/registered)

    Please advise where this can be edited?

     

    thanks

    #206670
     Laura
    Moderator

    Hello, maybe with a small css, try by adding this to style.css of child theme

    COPY CODE
    
    body.logged-in .form-footer {
        display: block !important;
    }
    body.logged-in span.notch {
        display: block !important;
    }
    .form-footer {
        display: none;
    }
    span.notch {
        display: none;
    }
    
    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 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?