I would like rounded corners on my forum list and threads. Basically, like what they have on Facebook. I have already done the widgets, but I don't know how to do that for the rest of the forum. The square corners look really dated in my opinion. I'm on Cloud, so I have the feeling I can't change, but I think this would be a good mod for the rest.
Announcement
Collapse
No announcement yet.
Rounded Corners For vB6?
Collapse
X
-
You may take a look at this thread https://vbmods.rocks/forum/vbulletin...orners#post996. It is css so it should also work on Cloud.
- Top
- Translate
- Bottom
- Likes 2
-
Thanks. I tried it, but I couldn't get it to work.Originally posted by flohse View PostYou may take a look at this thread https://vbmods.rocks/forum/vbulletin...orners#post996. It is css so it should also work on Cloud.
- Top
- Translate
- Bottom
Comment
-
Which approach did you try? This one?
This worked for me. My vBulletin is self-hosted, but I don't see why this shouldn't work on Cloud.Code:.canvas-layout-container .canvas-widget { border-radius:10px; } .canvas-layout-container .widget-header { border-radius: 10px 10px 0 0; }
Did you properly add this css code snippet to css_additional.css?
- Top
- Translate
- Bottom
- Likes 1
Comment
-
What exactly do you want to have rounded corners?
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
I'd like rounded corners on pretty much everything (see the red arrows). Like the widgets where the green arrows point to. I was able to find them in the stylvars. The square corners look dated - when did vB5 come out - 2012?
I think this would look better and more modern if the topics were separated and the corners were rounded.
The other corners, too, would look nicer.
Same for the posts. Rounded corners AND background color between posts. Can any of this stuff be changed through the stylvars on a Cloud site (I know, unlikely)? I think they would be a nice update over the 2012 vB5 themes vb6 is shipped with.
Thanks for looking.
- Top
- Translate
- Bottom
- Likes 1
Comment
-
Thanks, I tried this again and did get some elements to round their corners. Still, I'd like more, as posted above.Originally posted by flohse View PostWhich approach did you try? This one?
This worked for me. My vBulletin is self-hosted, but I don't see why this shouldn't work on Cloud.Code:.canvas-layout-container .canvas-widget { border-radius:10px; } .canvas-layout-container .widget-header { border-radius: 10px 10px 0 0; }
Did you properly add this css code snippet to css_additional.css?
- Top
- Translate
- Bottom
Comment
-
Based on your screenshots, there are quite a few elements that would need rounded corners. Achieving this would require inspecting each element individually using the browser DevTools, identifying the appropriate CSS selectors, and then applying the border-radius property to each one accordingly.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
Reply to Welcome to our newest member issueby SnowhogWow! I totally forgot about this.

I just now edited the user.php file. We have a BANNED 'new' user showing in "Welcome to our newest...Today, 08:22 AM -
Reply to Request: Instagram Media Embed or Retrieval Mod for vBulletin Forums Using Snapinstaink Approachby glennrocksvbThank you for the suggestion. I took some time to evaluate the request further and review Instagram's Terms of Use.
I understand the use...Yesterday, 12:05 PM -
I am running a vBulletin forum for a content creator community and wanted to raise a mod request around Instagram media integration. Currently when members...Yesterday, 09:14 AM

Comment