Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2008
    Posts
    3
    Plugin Contributions
    0

    Default How to remove borders

    Does anyone know where I can remove the borders as shown in the image below?



    I have looked everywhere in the css files to find out how to remove this or change the color and have not had any luck what so ever. Please help.

    Thanks!

    Nissa

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: How to remove borders

    Look for:-

    Code:
    FIELDSET {
    	padding: 0.5em;
    	margin: 0.5em 0em;
    	border: 1px solid #cccccc;
    	}
    Change to:-

    Code:
    FIELDSET {
    	padding: 0.5em;
    	margin: 0.5em 0em;
    	border: none;
    	}
    NB: This is a GLOBAL change throughout your site.

  3. #3
    Join Date
    Aug 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: How to remove borders

    Thank you so much! I cant believe I overlooked that one.

 

 

Similar Threads

  1. Rounded Borders Using Snazzy Borders
    By Lawbird123 in forum Templates, Stylesheets, Page Layout
    Replies: 71
    Last Post: 30 Jul 2010, 01:37 PM
  2. how do i add custom borders
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jul 2010, 07:50 AM
  3. remove borders from sidebox's
    By devinej1 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Oct 2009, 09:10 AM
  4. How do I add image borders to Main_Page Items?
    By Simon H in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Sep 2006, 05:18 PM
  5. How to create Image borders?
    By bradlawson in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 Jul 2006, 02:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg