Jump to content
WebFlake
  • 0

[Help] How to change category header?


Manipura

Question

I've seen a previous post about this, i've even changed the 'cat_left' 'cat_right' images but nothing

 

i want to change

d8a20d6d3ef0bf74c518c6cc7ae0f86b.png

 

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././.

 

cat_left.png   cat_right.png

Edited by Manipura
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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 by Manipura
  • Upvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...