New Landing How can we help? Themeforest Theme Support Dante Register link in top header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #98647
    rlstigers
    Member
    Post count: 5

    I am wondering if it’s possible to add a link that says register in the top right header section next to the link that says login? I would like the link to only show up for non-registered users if possible. Thank you!

    #98764
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Open the sf-header.php locate in “Dante/includes/”

    find this code

    
    $tb_output .= $tb_right_output;
    

    and replace by this one

    
    if ( !is_user_logged_in() ) { 
    				$tb_output .= '<a class="top-reg-link" href="'.  wp_registration_url(). '" title="Register">Register</a></div';
    			} 
    			
    			$tb_output .= $tb_right_output;
    

    also add this code bellow to your custom css

    
    .top-reg-link{
    margin-left:5px!important;
    float:right!important;
    }
    

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register