-
Anve S. replied to the question Group Title now showing in groups in the forum Social Learner 8 years, 10 months ago
Hi @kaypitre,
Please place the following css code in child theme’s custom css .
.groups.single-item #group-name h1,.groups.single-item #group-name span.activity {
display: block;
}
Regards
Anve -
Anve S. replied to the question How to style widget area in the forum Boss. theme 8 years, 10 months ago
Hi @rachellegauvin ,
Sorry but this will require complete customization of sidebar with lots of css code .You can easily use your developer or 3rd party service to do them.
For small customization you can also use https://codeable.io/ .Regards
Anve -
Anve S. replied to the question change color of activity area Notification in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan,
Please explain a little more of your question as it is not clear to me .
Regards
Anve -
Anve S. replied to the question Mobile bar on iphone portrait shows cutted line in the forum BuddyBoss theme 8 years, 10 months ago
Hi @thorsten ,
Could you please share your site url . I’ll check if my css is being applied there or not .
Regards
Anve -
Anve S. replied to the question bug on profile page in the forum Boss. theme 8 years, 10 months ago
Hi @cyclebook,
Please PM me the site url with admin login credentials . I will check on your site.
Regards
Anve -
Anve S. replied to the question How to style widget area in the forum Boss. theme 8 years, 10 months ago
HI @rachellegauvin,
Sorry but there is no such plugin or stylesheet . But we could provide you some css , if you like to modify its look .
Regards
Anve -
Anve S. replied to the question bug on profile page in the forum Boss. theme 8 years, 10 months ago
HI @cyclebook,
Please try applying the following css in child theme’s custom css to remove the white background.
#buddypress #item-header-cover .table.cover-content,#buddypress #item-header-cover .table.cover-content div {
background-color: transparent!important;
}
see if it works .
Regards
Anve -
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 Menu Drop Down Margin in the forum Social MarketPlace 8 years, 10 months ago
-
Anve S. replied to the question menu – product categories in the forum Social MarketPlace 8 years, 10 months ago
HI @bantock101,
We have a dedicated widget area for it. Please take a look of following tutorial.
Regards
Anve -
Anve S. replied to the question Remove Drop Down in the forum Social Portfolio 8 years, 10 months ago
Great 🙂 . I’ll close this topic now . Please create a new for any of your other questions.
Regards
Anve -
Anve S. replied to the question Remove Name in the forum Social Portfolio 8 years, 10 months ago
Please place the following code in child theme’s custom css . This will move the city text downwards , hence will look perfect on every screen size .
body.bp-user.projects #buddypress #item-header .profile-info span.profile-field {
margin-top: 15px!important;
}
Regards
Anve -
Anve S. replied to the question Right Align Follow Button in the forum Social Portfolio 8 years, 10 months ago
Please place the following css code in custom css option of child theme.
@media screen and (min-width:481px){
body.projects.bp-user #buddypress #item-header #item-meta #item-buttons .generic-button {
float: none!Important;
}
}
Regards
Anve -
Anve S. replied to the question How to create front page in the forum Social Learner 8 years, 10 months ago
Hi @exponentialta,
You can get the xml file for social learner learndash from the attachment.
Regards
Anve -
Anve S. replied to the question increasing heading size in one social in the forum OneSocial theme 8 years, 10 months ago
Hi @derekk2110,
Sorry derek but to increase header size certainly requires a lot of custom css code , because this needs to work on almost each and every element and increase its height in some way. There is a css code that can be used to increase/decrease font size of menu items . You can apply it in you child theme custom css , just replace…[Read more]
-
Anve S. replied to the question Replacing the 404 page in the forum OneSocial theme 8 years, 10 months ago
Hi @jeffghost,
No worries . I’ll close this topic now , you can create new if you have any other questions.
Regards
Anve -
Anve S. replied to the question Activity Feed Styling – background color in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan,
Please remove the following code from custom.css file , that is interfering with the styling.
.rtmedia-container {
background: #fff !important;
padding: 3% 0 !important;
}
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 How to remove "designed by buddyboss" footer? in the forum BuddyBoss Mobile Only 8 years, 10 months ago
Hi @alvedon,
Please try changing the footer text in footer.php file of the child theme.
Also you can you the following css to remove the pinterest social icon .Apply it in your child theme custom css file .
#footer-icons .social-icons li a.link-pinterest {
display: none;
}
Regards
Anve -
Anve S. replied to the question Cart Checkout Page in the forum Social MarketPlace 8 years, 10 months ago
HI @plusorigin ,
Please check the site again , the changes have been made . Just removed the css i have given to you and applied the custom js .
Regards
Anve - Load More