Quote from
Guillaume on October 13, 2019, 9:36 pm
You can hide the bar
#profile-navigation {
display: none !important;
}
Or just a text
#profile-navigation a {
display: none !important;
}
Dashboard –> Forum –> Appearance –> Custom CSS
or child-theme –> style.css
You can hide the bar
#profile-navigation {
display: none !important;
}
Or just a text
#profile-navigation a {
display: none !important;
}
Dashboard –> Forum –> Appearance –> Custom CSS
or child-theme –> style.css
Asgaros has reacted to this post.