-
Anve S. replied to the question MOBILE: Marketplace menu is hard to find on mobile in the forum OneSocial theme 8 years, 10 months ago
Please apply following css in child theme’s custom css .
@media screen and (max-width:479px){
.subheader #sub-trigger::after {
content: "Shop by category";
}
}
Regards
Anve -
Anve S. replied to the question MOBILE: Marketplace menu is hard to find on mobile in the forum OneSocial theme 8 years, 10 months ago
Hi @conscious-craftie,
Please apply following css in child theme’s custom css .
@media screen and (max-width:479px){
.subheader #sub-trigger::after {
content: "Shop by category";
}
}
Regards
Anve -
Anve S. replied to the question Search Bar With No Background No Results in the forum Social Portfolio 8 years, 10 months ago
Please try applying the css using ‘simple custom css ‘ plugin. The css is not being applied on your site .
Regards
Anve -
Anve S. replied to the question Use full footer line for credits in the forum OneSocial theme 8 years, 10 months ago
Hi @jeffghost,
Sorry but your problem is not clear to me , could you please share your site url . Also explain a little bit more .
Regards
Anve -
Anve S. replied to the question Mobile view cut on the right in the forum BuddyBoss theme 8 years, 10 months ago
Hi @sashanet,
Please remove the following code from custom.css of child theme.
.site-content {
float: left;
}
This code is interfering in default ui designing of theme.
Please let me know if it works.Regards
Anve -
Anve S. replied to the question Increasing width of site title area in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Great 🙂 , I’ll close this topic now . If you have any other concern , please create a new topic.
Regards
Anve -
Anve S. replied to the question How to Ad text to register page in the forum OneSocial theme 8 years, 10 months ago
Hi @btrammo,
Please make changes in onesocial-child > buddypress > members > index-register.php . Add your text in index-register.php file.
Regards
Anve -
Anve S. replied to the question rtmedia lightbox issue in the forum OneSocial theme 8 years, 10 months ago
HI @costyclan
Great 🙂 . I will close this thread now, if you have any other concern ,please create a new topic.
Regards
Anve -
Anve S. replied to the question Minimise gap in activity update area in the forum OneSocial theme 8 years, 10 months ago
HI @costyclan
Great 🙂 . I will close this thread now, if you have any other concern ,please create a new topic.
Regards
Anve -
Anve S. replied to the question Removing 'Edit' on pages for subscribers in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Great you sorted it out :). I will close this thread , if you have any other concern please create a new topic.
Regards
Anve -
Anve S. replied to the question How to change the BuddyPanel menu icons? in the forum Boss. theme 8 years, 10 months ago
Hi @modded,
Go to Buddyboss > Boss theme > Styling. In ‘Buddypanel’ option you can select Buddypanel icons color.
Please try the following css to have your color for hover effect on buddypanel icons. Replace ‘red’ with your color.Apply in child theme’s custom css.
[Read more]
#panels #left-panel #scroll-area li… -
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Could you please share your site url . I’ll provide you the corresponding css code.
Regards
Anve -
Anve S. replied to the question Change font color in a text block in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
You can use the following code , apply in child theme’s custom css.
.class-name {
color : #fff;
}Regards
Anve -
Anve S. replied to the question Search Bar With No Background No Results in the forum Social Portfolio 8 years, 10 months ago
Please try adding following css in child theme’s custom css option.
#ui-id-1 li {
background-color: #fff !important;
}
Regards
Anve -
Anve S. replied to the question Customized icons Buddypanel in the forum Boss. theme 8 years, 10 months ago
Hi @touchmyweb,
Great 🙂 . I will close this topic now , for any other concern please create a new topic.
Regards
Anve -
Anve S. replied to the question Increasing width of site title area in the forum Boss. theme 8 years, 10 months ago
Hi @blstraub,
Try adding following css in child theme custom css option.
body.left-menu-open #masthead {
background-color: #fff;
}
Regards
Anve -
Anve S. replied to the question sticky menu in the forum Social Learner 8 years, 10 months ago
HI @gaboarrow,
Great 🙂 . I will close this topic now . If you have other concern , please create a new topic .
Regards
Anve -
Anve S. replied to the question Change Sidebar Styling in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan,
Try adding following css in child theme custom css option.
@media screen and (max-width:480px){
#wpadminbar #wp-admin-bar-my-account-default li .ab-sub-wrapper {
display: none;
}
#wpadminbar #wp-admin-bar-my-account-default li a {
background-color: #000;
cursor: pointer;
}
}
Regards
Anve -
Anve S. replied to the question Customized icons Buddypanel in the forum Boss. theme 8 years, 10 months ago
Hi @touchmyweb,
Sorry but we do not have any inbuilt option to apply custom icons in Buddypanel in theme . You can use following css to remove default icons.
#left-panel a::before {
content: "" !important;
}
Regards
Anve -
Anve S. replied to the question Customize Profile menu icons in mobile in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan ,
Please take care of the “” that is used while you use unicode value . I think you neglected “” in your css code
The correct one is :
#mobile-item-nav ul li#[id of the menu item]:before{
content: 'f0fb';
}
Please give it a try.
Regards
Anve - Load More