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

  • Author
  • #194557
     shaundrania
    Participant

    Is there a way to remove the login/signup links from being visible on certain pages?  If so, how?

    #194627
     Radu
    Moderator

    Hi,

    You can do it with css

    IT will hide those only on homepage

    COPY CODE
    
    .home .login-buttons {
        display: none;
    }
    

    If you want to hide it in homepage and in contact just add the next.

    COPY CODE
    
    
    .home .login-buttons, .contact .login-buttons  {
        display: none;
    }
    

    contact and home represents the page slugs

    The css will be added to wp-admin -> theme options -> styling options -> Quick CSS

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
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?