Ramesh R Posted August 11, 2014 Share Posted August 11, 2014 Hello friends, I wish to change the rectangle size social media buttons in the product detailed view and would like to have round shape icons. Please see the attached picture and guide me how to do it if it's possible. Thanks, Ramesh R Link to comment Share on other sites More sharing options...
PSfever.com Posted August 11, 2014 Share Posted August 11, 2014 HI Ramesh, you will need to edit socialsharing.tpl file - it's not possible to change the buttons without knowledge of HTML/JS. 1 Link to comment Share on other sites More sharing options...
vekia Posted August 13, 2014 Share Posted August 13, 2014 .socialsharing_product button{ -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; -o-border-radius:10px; -ms-border-radius:10px; } use this somewhere in global.css or product.css 1 Link to comment Share on other sites More sharing options...
Ramesh R Posted August 14, 2014 Author Share Posted August 14, 2014 Hi Vekia, Which Dir these files(global.css or product-list.css) will be? Thanks, Ramesh R Link to comment Share on other sites More sharing options...
vekia Posted August 14, 2014 Share Posted August 14, 2014 global.css or product.css (not product-list.css! my mistake, srry) files are located in directory: themes/default-bootstrap/css/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now