-
Anve S. replied to the question Move Social Media icons? in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Make button bigger on Homepage Slide in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Mobile: Remove white space above Homepage slide in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question change bp menu more link icon in the forum Boss. theme 8 years, 10 months ago
Hi @onica-nl,
Please also try using ‘simple custom css’ plugin to upload the css in child theme.
Regards
Anve -
Anve S. replied to the question bug on profile page in the forum Boss. theme 8 years, 10 months ago
-
Anve S. replied to the question Group Title now showing in groups in the forum Social Learner 8 years, 10 months ago
Hi @kaypitre,
Great 🙂 . I’ll close this topic for now , create new for further queries.
Regards
Anve -
Anve S. replied to the question Header Search Bar – Change background colour in the forum Social MarketPlace 8 years, 10 months ago
Hi @psychiclounge,
You can try following code .Place in child theme’s custom css .replace ‘red’ with the color you like.
#header-aside #searchform .ui-autocomplete-input {
background-color: red !important;
}
Regards
Anve -
Anve S. replied to the question Mobile: Remove white space above Homepage slide in the forum OneSocial theme 8 years, 10 months ago
Please place the follwoing code in child theme’s custom css.
@media screen and (max-width:480px){
.home .bb-slider-container {
margin-bottom: 15px;
top: 0!important;
}
}
Regards
Anve -
Anve S. replied to the question Make button bigger on Homepage Slide in the forum OneSocial theme 8 years, 10 months ago
Please place the following css in child theme’s custom css .
@media screen and (min-width:768px){
.home .bb-slider-container .slick-list .slide_content .readmore .button {
font-size: 16px;
padding: 15px 25px;
}
}
Regards
Anve -
Anve S. replied to the question Make button bigger on Homepage Slide in the forum OneSocial theme 8 years, 10 months ago
Hi @consciouscrafties,
Please place the following css in child theme’s custom css .
@media screen and (min-width:768px){
.home .bb-slider-container .slick-list .slide_content .readmore .button {
font-size: 16px;
padding: 15px 25px;
}
}
Regards
Anve -
Anve S. replied to the question The heart button/function in the forum OneSocial theme 8 years, 10 months ago
Thanks for the suggestion , we’ll add this in our suggestion list .
Regards
Anve -
Anve S. replied to the question How to get drop down menus to stay down? in the forum Boss. theme 8 years, 10 months ago
Hi @allanadl,
Please take the reference of the thread given below , seems the same problem.
https://www.buddyboss.com/support-forums/topic/menu-drop-downs-going-skew-whiff/
Regards
Anve -
Anve S. replied to the question How to get drop down menus to stay down? in the forum Boss. theme 8 years, 10 months ago
Hi @allanadl,
Please take the reference of the thread given below , seems the same problem.
https://www.buddyboss.com/support-forums/topic/menu-drop-downs-going-skew-whiff/
Regards
Anve -
Anve S. replied to the question Menu Drop Down Margin in the forum Social MarketPlace 8 years, 10 months ago
Hi @asportsman,
Great 🙂 . I’ll close this topic now , you can create new topic for other questions.
Regards
Anve -
Anve S. replied to the question Cart Checkout Page in the forum Social MarketPlace 8 years, 10 months ago
That’s great 🙂 @lshijie
-
Anve S. replied to the question Menu Drop Down Margin in the forum Social MarketPlace 8 years, 10 months ago
Hi @asportsman,
Please place the following css in child theme’s custom css to remove the empty space from the ‘ATVS & UTVS’ menu dropdown .
nav.subheader div.header-wrapper ul.menu #pages-5 .sub-menu{
min-height: 50px!important;
}
Note : If it works for you then you can use same css for any of other menu just by replacing ‘#pages-5’ with the…[Read more]
-
Anve S. replied to the question Menu Drop Down Margin in the forum Social MarketPlace 8 years, 10 months ago
Hi @asportsman,
Please place the following css in child theme’s custom css to remove the empty space from the ‘ATVS & UTVS’ menu dropdown .
`
nav.subheader div.header-wrapper ul.menu #pages-5 .sub-menu{
min-height: 50px!important;
}
‘Note : If it works for you then you can use same css for any of other menu just by replacing ‘#pages-5’ with…[Read more]
-
Anve S. replied to the question Categories in the forum Social Portfolio 8 years, 10 months ago
Thankyou very much @heavenlygiftedpeople 🙂
-
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 .
.xprofile #buddypress #item-header .profile-info span.profile-field {
margin-top: 15px;
}
Regards
Anve -
Anve S. replied to the question Right Align Follow Button in the forum Social Portfolio 8 years, 10 months ago
Great 🙂 , I’ll close this topic now . Please create a new topic for the further queries.
Regards
Anve - Load More