Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Change multi-level bullet symbols - text sizes (http://forum.bytesforall.com/showthread.php?t=947)

Andante Mar 24, 2009 11:39 PM

Change multi-level bullet symbols - text sizes
 
I would dig further myself, but running out of time for presentation of the site tomorrow afternoon.

Can you direct me to where I can change those multilevel bullet symbols that are used when you use the indent on bulleted paragraphs? (First level are regular bullets, next ones unfilled, next ones square.) I just want the standard bullet on all of them - depends on what's on the page sometimes how far in I want to indent a bulleted list and want the same bullet symbol for consistency. I can put a manual bullet on the short lines, but on the multi-line paragraphs I'm stuck with the changing ones for the indent to work properly.

Also - I vaguely remember seeing somewhere (maybe in the editor?) where you could specify the sizes that would be used for small - medium and large text when the user messed with the Page - Text size command? Or am I imagining that?

Thanks for all your help, and I pledge to continue being a regular contributor!

Andante Mar 25, 2009 12:09 AM

Sorry, I just made the big discovery that you cannot even have sub-bullet levels without having a first level, so you can axe that first question of mine below. Sometimes you just wish you were working with Word, eh?

Still would appreciate advice about the small, medium, large text issue.

Thanks again.

Flynn Mar 25, 2009 11:57 AM

You can assign disc, circle or square to any level
HTML Code:

/* first level of lists inside posts */
.post ul {
list-style-type: disc;
}
/* 2nd level */
.post ul li ul {
list-style-type: square;
}
/* 3rd level */
.post ul li ul li ul {
list-style-type: circle;
}

Also see http://www.w3schools.com/CSS/pr_list-style-type.asp

Flynn Apr 21, 2009 10:58 PM

For the sidebars see also http://forum.bytesforall.com/showthread.php?p=4510


All times are GMT -6. The time now is 03:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.