Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1698 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

CSS help please

Thread title: CSS help please
Closed Thread    
    Thread tools Search this thread Display Modes  
03-30-2007, 03:14 PM
#1
Matsta is offline Matsta
Matsta's Avatar
Status: Insert Rave Here
Join date: Dec 2006
Location: Auckland, NZ
Expertise:
Software:
 
Posts: 1,426
iTrader: 3 / 100%
 

Matsta is on a distinguished road

Send a message via AIM to Matsta Send a message via MSN to Matsta

  Old  CSS help please

Hey,
Im porting a wordpress theme and i'm basically finished but im having problems with the sidebar. The url is www.matsta.org/woot/
What i need to do is to remove the bullet points and put a 5px margin on the left and make the font century gothic. Please help me lol.
Also if some could tell me how i can get rid of the word "pages" and "categories " which aren't meant to be there. (you know when you see the site)
Cheers

03-30-2007, 04:44 PM
#2
jabberwocky is offline jabberwocky
jabberwocky's Avatar
Status: Member
Join date: Oct 2005
Location: Calgary, Alberta, Canada
Expertise:
Software:
 
Posts: 278
iTrader: 0 / 0%
 

jabberwocky is on a distinguished road

  Old

to remove the list bullets, and set margin use CSS

Code:
ul {list-style:none }
ul li {margin:0 0 0 5px;}
for the font, i think you will have to make an image or use sifr as i don't think that is a web font, is it?

04-05-2007, 04:30 PM
#3
theenglishguy is offline theenglishguy
Status: I'm new around here
Join date: Apr 2007
Location: louth, lincolnshire
Expertise:
Software:
 
Posts: 2
iTrader: 0 / 0%
 

theenglishguy is on a distinguished road

  Old

To get rid of the words "Pages" and "Categories" open up the sidebar.php and find them (they're enclosed in <h3> tags). Delete that particular line for each case - problem solved.

As for the margin and bullet points, like jabberwocky said, but you only really need one section, plus your font call:
Code:
ul {
  list-style-type: none;
  margin: 0 0 0 5px;
  font: "Century Gothic",fantasy;
}

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed