1
kierkito1
Gray box around center blocks
  • 2008/1/7 23:01

  • kierkito1

  • Just popping in

  • Posts: 6

  • Since: 2008/1/2 1


Hey, I'm just getting started in xoops, and am looking for a way to not show the name at the top of each block, and then get rid of the greyish box that goes around the center blocks. Ideas?

2
Bleekk
Re: Gray box around center blocks
  • 2008/1/7 23:28

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


I think you must add this to your css
fieldset {border: 0px }

I'm not sure

3
nachenko
Re: Gray box around center blocks
  • 2008/1/8 0:02

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


This border is a "fieldset" tag in the center template. The title is into a "legend" tag". Just open the center block template file in your theme folder and edit it.

If you want to hide the border and title witohut editing center template, you can do it modifying the CSS in your theme "style.css" file:

#centercolumn fieldset {border: none}
#centercolumn legend {display: none}

4
kierkito1
Re: Gray box around center blocks
  • 2008/1/16 15:55

  • kierkito1

  • Just popping in

  • Posts: 6

  • Since: 2008/1/2 1


that did it, thanks

Login

Who's Online

202 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 202


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits