-
Anve S. replied to the question Header color in the forum OneSocial theme 8 years, 10 months ago
HI @johnnetr,
Go to buddyboss > onesocial theme > styling > Titlebar background (#000)
Add following css in child theme’s custom css.
@media screen and (min-width:481px){
#header-aside span::before {
color: #fff !important;
}
#header-aside a i {
color: #fff !important;
}
#masthead .menu-titlebar-container .nav-menu li a {
color:…[Read more] -
Anve S. replied to the question Register button in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
Try by going to Settings > general . Now uncheck the ‘anyone can register’ option and SAVE.
Regards
Anve -
Anve S. replied to the question How to you modify the Title Bar Icon options? in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr ,
Please tell me what kind of customization you need to make on the login button . Will provide you css for that .Also you can customize the button by yourself using the following code .
#masthead #header-aside .login {
YOUR CSS PROPERTY
}
Regards
Anve -
Anve S. replied to the question Header fixed in the forum OneSocial theme 8 years, 11 months ago
Thanks @jeanpierre
@johnnetr Please ask if you need more help . 🙂Regards
Anve -
Anve S. replied to the question Group page error. in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
It’s a core functionality of Buddypress , You can raise your request in Buddypress forum.
Regards
Anve -
Anve S. replied to the question How to you modify the Title Bar Icon options? in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
Copy header-user-links.php from parent theme to child theme on same path onesocial-child/template-parts/header-user-links.php.
On line no. 15
Replace
[Read more]
<a href="#" class="login header-button animatedClick boss-tooltip" data-target="LoginBox" data-tooltip="<?php _e( 'Login', 'onesocial' ); ?>"><i… -
Anve S. replied to the question How to you modify the Title Bar Icon options? in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
Copy header-user-links.php from parent theme to child theme on same path onesocial-child/template-parts/header-user-links.php.
On line no. 17
<a href="#" class="login header-button animatedClick boss-tooltip" data-target="LoginBox" data-tooltip="<?php _e( 'Login', 'onesocial' ); ?>"><i class="fa fa-bluetooth-b"></i></a>Here…[Read more]
-
Anve S. replied to the question How to you modify the Title Bar Icon options? in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
Copy header-user-links.php from parent theme to child theme on same path onesocial-child/template-parts/header-user-links.php.
On line no. 17
“><i class=”fa fa-bluetooth-b”></i>
Here i have changed the icon by replacing its existing class by “fa fa-bluetooth-b”.
In same manner you can change this icon with your chosen…[Read more]
-
Anve S. replied to the question Templates & Content in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
You can not customise Members template using visual composer , these are php files that you can find in your theme’s folder. Inorder to make any change please make sure that it is your child theme . You can also share with us that what changes have you been looking for. You can find your files using Theme editor in backend.
Regards
Anve -
Anve S. replied to the question Templates & Content in the forum OneSocial theme 8 years, 11 months ago
Hi @johnnetr,
You can use import following xml file
https://www.dropbox.com/s/wdjn70bdb8f1vaw/onesocial.wordpress.2016-02-28.xml?dl=0
For OneSocial theme option
https://www.dropbox.com/s/fu2r9ge0kj3qm9t/redux_options_onesocial_options_backup_28-02-2016.json?dl=0
it should be used in import section of the One Social theme options.Also Take a…[Read more]