View Full Version : Border radius - siderbar
WoODoO
08-09-2014, 12:22 PM
Guys, need some help for this case.
How to remove this radius borde?
https://vborg.vbsupport.ru/external/2014/08/42.png
To like this
https://vborg.vbsupport.ru/external/2014/08/43.png
ozzy47
08-09-2014, 12:29 PM
Add this to your additional.css:
/* Start remove sideblock radius */
#sidebar_container .block
{
border-radius: 0px !important;
}
/* End remove sideblock radius */
Make sure you add it to the style you are working with.
WoODoO
08-09-2014, 01:14 PM
Add this to your additional.css:
/* Start remove sideblock radius */
#sidebar_container .block
{
border-radius: 0px !important;
}
/* End remove sideblock radius */
Make sure you add it to the style you are working with.
It did not work :(
ozzy47
08-09-2014, 01:22 PM
Link to page?
So I understand correctly, you are trying to remove the radius, not add it to the block, PBT no Facebook?
WoODoO
08-09-2014, 01:31 PM
Link to page?
So I understand correctly, you are trying to remove the radius, not add it to the block, PBT no Facebook?
Link
http://www.taticalgamers.com.br/forum/forum.php
Exactly, I want to remove the radius and not add the block
Zachery
08-09-2014, 01:38 PM
I don't see any radius being applied.
ozzy47
08-09-2014, 01:40 PM
Ok lets try this:
#sidebar_container > ul {
border-radius: 0px !important;
box-shadow: none !important;
}
ozzy47
08-09-2014, 01:41 PM
I don't see any radius being applied.
It is on a different style than the default. :)
WoODoO
08-09-2014, 01:46 PM
I don't see any radius being applied.
Change theme to TG Brasil
--------------- Added 1407595840 at 1407595840 ---------------
Ok lets try this:
#sidebar_container > ul {
border-radius: 0px !important;
box-shadow: none !important;
}
Yahh WORKS :)
https://vborg.vbsupport.ru/external/2014/08/41.png
I'll try to discover the internal variable and do the same thing
YHX! :)
ozzy47
08-09-2014, 01:54 PM
For that add this to additional.css:
#sidebar_container .blockrow {
border-radius: 0px !important;
}
WoODoO
08-09-2014, 02:05 PM
For that add this to additional.css:
#sidebar_container .blockrow {
border-radius: 0px !important;
}
Damn it!
It worked! :D
You know everything about VB and CSS :p
We could have a manual with these variables
THX!
ozzy47
08-09-2014, 02:08 PM
Well there is no variable that would work on all styles, as each style developer may use different classes or id's.
WoODoO
08-09-2014, 02:29 PM
Well there is no variable that would work on all styles, as each style developer may use different classes or id's.
Can I make any changes directly in additional.css?
ozzy47
08-09-2014, 03:52 PM
Pretty much, but sometimes it is best to use the stylevars.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.