-
Anve S. replied to the question Adding Custom Icon Fonts in the forum OneSocial theme 8 years, 11 months ago
Hi @stephen,
I extremely apologize for the delayed response. I want to know if you still have this issue .Please tell me what custom icon you are trying to put and where actually . It would be great if you explain it with a screenshot.
Regards
Anve -
Anve S. replied to the question Change or submission links to buttons please in the forum OneSocial theme 8 years, 11 months ago
You can use this css in generalized way like.
input[type="submit"]{
background-color:#b556a6;
border: none !important;
color: #fff!important;
padding: 10px!important;
}
And thanks for pointing that out , will take care in our next release.
Regards
Anve -
Anve S. replied to the question How to add Sign in / Sign out option on Titlebar Menu in the forum OneSocial theme 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question Unable to download OneSocial – theme in the forum OneSocial theme 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question Can't save files Appearance menu dissapear in the forum Boss. theme 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question Login Page Background Image in the forum Boss. theme 8 years, 11 months ago
Hi @hjerryw,
Try adding following code in Theme’s functions.php
function my_login_logo() { ?>
<style type="text/css">
"ADD CSS CODE FOR APPLYING BACKGROUND IMAGE"
</style>
<?php }
add_action( 'login_enqueue_scripts', 'my_login_logo' );
This will add this css in head of login…[Read more]
-
Anve S. replied to the question Vendor Shops page FREEZES for some users in the forum OneSocial theme 8 years, 11 months ago
We’ll test the page on your site and revert back to you with a solution.
Regards
Anve -
Anve S. replied to the question Cover Image Size in the forum Boss. theme 8 years, 11 months ago
HI @quint ,
The cover image is stretching the image throughout the cover image area , that is causing it to get blurred. For a better looking image try uploading image sized 1050 x 400 .
Regards
Anve -
Anve S. replied to the question User Profile Search Plugin – change styling in the forum OneSocial theme 8 years, 11 months ago
Anytime 🙂
-
Anve S. replied to the question How can I remove page titles in the forum OneSocial theme 8 years, 11 months ago
-
Anve S. replied to the question Profile background image not showing properly in the forum Boss. theme 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question User Profile Search Plugin – change styling in the forum OneSocial theme 8 years, 11 months ago
Hi @costyclan,
Try adding following css in child theme’s custom css option.
body.members #buddypress #members-dir-search {
display: none;
}
Regards
Anve -
Anve S. replied to the question User Profile Search Plugin – change styling in the forum OneSocial theme 8 years, 11 months ago
Hi @costyclan,
try adding the following css in child theme custom css option. Its going to give a white background to all of the fields .
body.members #buddypress input[type="text"], body.members #buddypress div.buddyboss-select-inner {
background-color: #fff!important;
}
Regards
Anve -
Anve S. replied to the question Is it possible to remove Top brown nav bar Marketplace theme in the forum OneSocial theme 8 years, 11 months ago
Hi @tgrosby,
Go to Buddyboss > Onesocial theme > Layout . Look for ‘WordPress Adminbar’, put this option off and save the settings.
Regards
Anve -
Anve S. replied to the question User Profile Search Plugin – change styling in the forum OneSocial theme 8 years, 11 months ago
HI #costyclan,
Please create a test user and send the details and the thread through our contact us page. I will provide you the css asap.
Regards
Anve -
Anve S. replied to the question How to : Change "Profile" menus items ? in the forum Boss. theme 8 years, 11 months ago
Hi @jeffghost,
Go to Settings > Buddypress settings , there you can see the options (notifications , friend connection) you want to appear on your site , just uncheck the ones you don’t want to see .
Regards
Anve -
Anve S. replied to the question How can I remove page titles in the forum OneSocial theme 8 years, 11 months ago
Great 🙂
-
Anve S. replied to the question Remove white space under homepage slide? in the forum OneSocial theme 8 years, 11 months ago
Hi @consicous-carfties,
Thanks for notifying that , will check the issue and reply here asap.
Regards
Anve -
Anve S. replied to the question How to : Change "Profile" menus items ? in the forum Boss. theme 8 years, 11 months ago
Hi @jeffghost,
These are the profile links those are created depending on the buddypress settings you chose , these are dynamically created hence can not be changed.
Regards
Anve -
Anve S. replied to the question User Profile Search Plugin – change styling in the forum OneSocial theme 8 years, 11 months ago
Hi @costyclan,
I see that the area you want to style is already white , can you please elaborate your query to make it clear for us.
Regards
Anve - Load More