How to round module corners?

GK User
Sat Nov 26, 2011 2:48 pm
I am not an expert at css. I wanted to know where do i go to edit the modules of musicity 1.7. I want to round the corners i don't want the box look. Thanks
User avatar
Senior Boarder

GK User
Sat Nov 26, 2011 3:04 pm
android7232 wrote:I am not an expert at css. I wanted to know where do i go to edit the modules of musicity 1.7. I want to round the corners i don't want the box look. Thanks


I'm no expert either however I have done this on Sporter and other Gavick templates before...Not really familiar with Musicity unfortunately..



you need to add something like this to the module containers..3px is just an example...

-moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px;
User avatar
Expert Boarder

GK User
Sat Nov 26, 2011 3:26 pm
All changes in template styling should be add to override.css file, but please remember to enable override css options in template settings.
User avatar
Platinum Boarder

GK User
Sat Nov 26, 2011 4:50 pm
bkrztuk wrote:All changes in template styling should be add to override.css file, but please remember to enable override css options in template settings.


where to enable this? I went to Template Manager: Edit Style but i don't see anything about overide css options. and where is the overide.css file? Thanks
User avatar
Senior Boarder


cron