-
Anve S. replied to the question Activity Feed Styling – background color in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan,
Great 🙂 , I’ll close this topic now . Please create a new for any further questions.
Regards
Anve -
Anve S. replied to the question No 'Log Out' option in mobile profile menu in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan,
You can add following css to hide the LOGOUT option in desktop view . Place the css in child theme custom css file.
@media screen and (min-width:481px){
#masthead .menu-main-container .nav-menu .bp-logout-nav {
display: none;
}
}
Regards
Anve -
Anve S. replied to the question Change Sidebar Styling in the forum OneSocial theme 8 years, 10 months ago
HI @costyclan,
That’s great 🙂 .I’ll close this topic now . Please create a new topic for any other questions.
Regards
Anve -
Anve S. replied to the question Change Sidebar Styling in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Bold underline beneath message & notification icons in main menu bar (header) in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan,
Please try adding following css in child theme’s custom css option.
#header-aside .header-button.underlined {
box-shadow: none;
}
Regards
Anve -
Anve S. replied to the question How to remove wordpress toolbar in the forum OneSocial theme 8 years, 10 months ago
HI @costyclan,
Try applying following css in child theme’s custom css option.
body.is-desktop #wpadminbar {
display: none;
}
body.is-desktop.admin-bar.page {
margin-top: 0!important;
}
Regards
Anve