-
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Please try adding following css in child theme’s custom css option.
.home-page #page {
padding-top: 0!important;
}
Regards
Anve -
Anve S. replied to the question Reducing White Space in the forum OneSocial theme 8 years, 10 months ago
Hi @derekk2110 ,
The theme gives a clear and subtle look to the website , the space plays a major role to give a clean look to theme . What you are asking is to remove the space from everywhere , that will ofcourse alter the css and would need a complete customization of the page . I can give your some css codes that will reduce the gap to some…[Read more]
-
Anve S. replied to the question Reducing White Space in the forum OneSocial theme 8 years, 10 months ago
Hi @derekk2110 ,
The theme gives a clear and subtle look to the website , the space plays a major role to give a clean look to theme . What you are asking is to remove the space from everywhere , that will ofcourse alter the css and would need a complete customization of the page . I can give your some css codes that will reduce the gap to some…[Read more]
-
Anve S. replied to the question Remove Profile Tabs in the forum Boss. theme 8 years, 10 months ago
Hi @gregcatmull,
Please try adding following css in child theme’s custom css option.
[Read more]
.xprofile #buddypress #item-nav #activity-personal-li, .xprofile #buddypress #item-nav #members-followers-personal-li {
display: none !important;
}
.xprofile #mobile-item-nav-wrap #mobile-item-nav #activity-personal-li, .xprofile #mobile-item-nav-wrap… -
Anve S. replied to the question Styling – Mobile View newsfeed margins too large in the forum Boss. theme 8 years, 10 months ago
HI @bstrehl,
Please attach a screenshot to explain it as i am unable to understand it completely.
Regards
Anve -
Anve S. replied to the question Remove cart button that appears below "favorites" heart on all product images in the forum OneSocial theme 8 years, 10 months ago
Hi @krutten ,
Great that you sorted it out 🙂 . I’ll close this topic now . For any other questions please create a new topic.
Regards
Anve -
Anve S. replied to the question Remove cart button that appears below "favorites" heart on all product images in the forum OneSocial theme 8 years, 10 months ago
Hi @krutten,
Please try following css to remove the add to cart just on hovering the products.Apply in child theme’s custom css option.
.archive .shop-main-area .product-item-buttons .add_to_cart_button {
display: none !important;
}
Regards
Anve -
Anve S. replied to the question hardcoded body.login in latest version in the forum BuddyBoss theme 8 years, 10 months ago
Hi @mth75,
I inspected the login page and didn’t find any such css applied on the login page in theme’s demo.
Please check again if its applied somewhere else.
Regards
Anve -
Anve S. replied to the question Full height body in the forum Boss. theme 8 years, 10 months ago
Hi @touchmyweb,
It will need to apply lots of css code inorder to make a page go full even if it does not have content . This may distort the theme’s default styling .
Regards
Anve -
Anve S. replied to the question Cart Checkout Page in the forum Social MarketPlace 8 years, 10 months ago
HI @lshijie,
Please apply the following css to rectify ‘create an account ‘ problem from your site in child theme’s custom css option.
.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields .create-account {
float: left;
}
Regards
Anve -
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Please firstly remove the page titles , i can still see it on http://www.rocksavvy.com/groups/ and let me know when you are done.
Try using following css after removing page titles , apply it in child theme’s custom css
header.entry-header {
margin-bottom: 0!important;
}
Regards
Anve -
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Please firstly remove the page titles , i can still see it on http://www.rocksavvy.com/groups/ and let me know when you are done.
Regards
Anve -
Anve S. replied to the question Internal Server Errors – Sign Ups and Check Outs All Broken in the forum Social MarketPlace 8 years, 10 months ago
Hi @plusorigin,
I am unable to replicate this issue at our end . Please try deactivating the plugins and activate just the required ones ,like woocommerce , wc vendors ,wc vendors pro and buddypress .
Regards
Anve -
Anve S. replied to the question Remove cart button that appears below "favorites" heart on all product images in the forum OneSocial theme 8 years, 10 months ago
Hi @krutten,
You can try using the following plugin to remove the add to cart button from your products.
https://wordpress.org/plugins/remove-add-to-cart-woocommerce/
If this helps please let me know.
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,
Please try adding following css in child theme custom css option.
.page-id-60 .vc_custom_1460408130948 .wpb_content_element .wpb_wrapper p {
color: #fff;
}
.page-id-60 .vc_custom_1460408130948 .wpb_content_element .wpb_wrapper a {
color: #000;
}
Regards
Anve -
Anve S. replied to the question Change the text color of links in the titlebar in the forum Boss. theme 8 years, 10 months ago
Hi @nicholas,
You can Go to Buddyboss > Boss theme > styling .Look for ‘titlebar’ and choose titlebar text color.
Regards
Anve -
Anve S. replied to the question Mobile view cut on the right in the forum BuddyBoss theme 8 years, 10 months ago
Glad it worked out 🙂
-
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,
Please provide the url of the page , and specify which text block you need to change the color of . I’ll provide you the corresponding css for it. .
Regards
Anve -
Anve S. replied to the question Home Page Styling in the forum OneSocial theme 8 years, 10 months ago
Great 🙂
-
Anve S. replied to the question Home Page Styling in the forum OneSocial theme 8 years, 10 months ago
Hi @costyclan,
You will get a unique class on ‘body’ element of every page ,like ‘home’ on homepage . You can use that specific class to remove the header by replacing ‘home’ with that class in that same code given to you.
Regards
Anve - Load More