GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Word Press: how do I get the blogroll to display without bullets? (https://gfy.com/showthread.php?t=625609)

czarina 06-24-2006 03:38 PM

Word Press: how do I get the blogroll to display without bullets?
 
I'm trying to get it to display without bullets. Can anyone tell me which variable to change or how to do it?
Thanx!

mrkris 06-24-2006 03:41 PM

That's not wordpress, it's the CSS for that theme.

Chris 06-24-2006 03:45 PM

whoa
just loaded up that style sheet
jesus christ that is alot of crap in that thing

bangman 06-24-2006 03:52 PM

Czarina,

You need to do that in the CSS.
When your Blogroll is published, the HTML that is generated puts the NAME of the Blogroll in an <h2> and the LINKS in the Blogroll in <li>'s.
What you need to do is wrap the Blogroll in a div such as #sidebar (or if you have an existing one, just attach the sample style below to it)

Sample Styling:
#sidebar ul {
list-style-position: outside;
list-style: none;
margin: 0px;
padding-left: 1em;
text-indent: -1em;
}

Contact me if you need help.

czarina 06-24-2006 04:11 PM

thanx guys. Got it. Oof!!!

czarina 06-24-2006 04:13 PM

and, thank you bangman... how come I didn't think of asking you directly, when you're the blog specialist?


All times are GMT -7. The time now is 10:56 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123