Manipura Posted May 11, 2014 Share Posted May 11, 2014 (edited) I've seen a previous post about this, i've even changed the 'cat_left' 'cat_right' images but nothing i want to change So the corners arent rounded. Do I need to edit the .css somewhere, is this 'Rounding' hardcoded someone? I am using FinalPrestiges (Virteqs) xGame Theme. HERES THE CAT-LEFT & CAT_RIGHT files././. Edited May 11, 2014 by Manipura Link to comment Share on other sites More sharing options...
0 Manipura Posted May 11, 2014 Author Share Posted May 11, 2014 (edited) go to ipb_styles and find, .cat_left and within that delete, border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; -webkit-border-top-left-radius: 8px; and the same for, .cat_right they dont exist in ipb_styles -_- I found out where they were located - it is in category.css (Thank You for your help HSBC gave you a PLUS 1 ) .cat_left { height: 39px; background: url({style_images_url}/cat_left.png) 0 0 no-repeat; padding:0; margin:0; border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; -webkit-border-top-left-radius: 8px; } Edited May 11, 2014 by Manipura 1 Link to comment Share on other sites More sharing options...
0 -Cookie- Posted May 11, 2014 Share Posted May 11, 2014 go to ipb_styles and find,.cat_leftand within that delete, border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; -webkit-border-top-left-radius: 8px;and the same for,.cat_right 1 Link to comment Share on other sites More sharing options...
0 Kingy Posted May 11, 2014 Share Posted May 11, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Manipura
I've seen a previous post about this, i've even changed the 'cat_left' 'cat_right' images but nothing
i want to change
So the corners arent rounded.
Do I need to edit the .css somewhere, is this 'Rounding' hardcoded someone? I am using FinalPrestiges (Virteqs) xGame Theme.
HERES THE CAT-LEFT & CAT_RIGHT files././.

Edited by ManipuraLink to comment
Share on other sites
3 answers to this question
Recommended Posts