.nodeList .categoryStrip {
border-radius: none !important;
background: none green !important;
}
I vaguely remember having this problem myself... I got around it by just swapping out the 5px to 0px... can you confirm if that changes it for you or not... might help toward troubleshootingOdd. I wonder if this is an add-on conflict or whatever but I tried adding the following into extra and the radius would not go. I even added important and still the radius remained it was only when I went into style properties and set the 5px to 0 that the radius was removed.
The background colour in the following code worked, but for some reason the radius would not change.
Code:.nodeList .categoryStrip { border-radius: none !important; background: none green !important; }
Probably best going into Style Properties >> Forum / Node List >> Category Strip and just setting the radius field value to 0 if it's not changing through EXTRA.CSS.
Odd though because it should work through EXTRA.CSS first time I've encountered this issue.
I vaguely remember having this problem myself... I got around it by just swapping out the 5px to 0px... can you confirm if that changes it for you or not... might help toward troubleshooting
I did it in EXTRA.css and got it to work with 0px instead of none... mind you, on my current style I've got the none working fine in EXTRA.css too..... I need more coffeeYeah, that's exactly what I did in SP and it worked it was the only way it would eliminate the radius. (mentioned that in my previous post) but odd indeed that, so this may be what the OP is experiencing and why it's not working for them.
I did it in EXTRA.css and got it to work with 0px instead of none... mind you, on my current style I've got the none working fine in EXTRA.css too..... I need more coffee
.nodeList .categoryStrip {
border-radius: 0px !important;
}
.nodeList .categoryStrip {
border-radius: none !important;
}
I did it in EXTRA.css and got it to work with 0px instead of none... mind you, on my current style I've got the none working fine in EXTRA.css too..... I need more coffee
I do have !important on there. Pretty sure I couldn't get it to change without it.Did you have to include the !important?
.forum_list .nodeList .categoryStrip {
border-radius: 0px ;
}
D'you know.. thinking on it further, I don't think border-radius: none works at all (I believe it's overwritten elsewhere in my code anyway which is why it looks like it's working for me - I've just removed the line and still have the same effect lol).... a border radius is the shape.. 0 is a sharp corner..... 5.. 10 etc defines the radial curve.. so it would have to be 0px.
Does that make sense?
I'm pretty sure his thoughts are going to be "shut the f*** up, the pair of you"What are your thoughts on this Brogan? LMAO
We use essential cookies to make this site work, and optional cookies to enhance your experience.