Top bar loggin and logout link

Hi Pro I used this css on customiser for loggin and logout in the topbar.
.wp-login-url:before,
.wp-register-url:before,
.wp-logout-url:before {
content: ’ | ';
}

.wp-logout-url,
.logged-in .wp-login-url,
.logged-in .wp-register-url {
display: none !important;
}

.logged-in .wp-logout-url {
display: inline !important;
font-size:17px;
color:white! important;
}

.wp-login-url,
.logged-out .wp-register-url {
display: inline !important;
font-size:17px;
color:white! important;

}

.wp-register-url,
.logged-out .wp-login-url {
display: inline !important;
font-size:17px;
color:white! important;
}
how can i write my links to show on the topbar ?
thank you hope am making sense

Hi there,

There is no element available out of the box for login and logout links on Pro.

What you can do is try to find a plugin that will add the login and logout buttons where you can add them using a shortcode.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.