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

  • Author
  • #137814
     maegras
    Participant

    How can I edit the login panel? I need to remove this link

     

    Attachments:
    You must be logged in to view attached files.
    #137909
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    #login_panel a.radius.secondary.small.button {
        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 🙂

    #137926
     maegras
    Participant

    Ok, thanks. What if i’d like to change the link target instead of hiding it?

    #138095
     Laura
    Moderator

    Hello, then you will need to edit the file, but you need to do it at the child theme. I can do that for you, just need ftp credentials and the url to target

    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 🙂

    #138139
     maegras
    Participant

    Thanks but tell me which file to edit so i can understand your template file structure
    I’ll do it myself

    #138573
     Laura
    Moderator

    Hello, at Header.php, copy it and paste it at child theme, then edit and find

    COPY CODE
    
    <?php if(get_option('users_can_register')) { ?>
    							<li class="header-register-button"><a href="#"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
    							<?php } ?>
    

    Replace with

    COPY CODE
    
    <?php if(get_option('users_can_register')) { ?>
    							<li class="header-register-button"><a href="TARGET URL HERE"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
    							<?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 🙂

    #140494
     maegras
    Participant

    ok thanks

    #140791
     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 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?