• Resolved guiltyinternational

    (@guiltyinternational)


    Hi there – I am using the Tanzaku theme and cannot seem to be able to change the formatting of bulleted lists within the post body text. Any help would be greatly appreciated!

    //G

Viewing 8 replies - 1 through 8 (of 8 total)
  • cannot seem to be able to change the formatting of bulleted lists within the post body text

    what have you tried so far?

    what are you trying to achieve?

    can you post a link to your site?

    Thread Starter guiltyinternational

    (@guiltyinternational)

    I have looked into the CSS style sheet but cannot find the relevant piece of code. Only the styles of the side bar lists seem to be included. I have set the post body text to text size 10pt and assumed this would apply to bullet point lists within a post but the text size is somehow being reduced to 8pt (or 9pt cannot tell from looking at it).

    My website is still embargoed which makes it impossible for me to provide a link – very sorry about that!

    What I would like to achieve is that I can define within the CSS style sheet the precise formatting of a bullet point list within a post.

    Does this info help? Should I post the CSS style sheet in here?!

    Thanks so much for your immediate response alchymyth!

    if a style does not exist, you can add it new to style.css;

    possible example:

    .post-body ul,
    .post-body ol {
       font-size: 10pt;
    }
    Thread Starter guiltyinternational

    (@guiltyinternational)

    Perfect! I’ll try this immediately and will update this thread as soon as…

    Thread Starter guiltyinternational

    (@guiltyinternational)

    I tried inserting:

    .post-body ul,
    .post-body ol {
    font-size: 10px;
    }

    ..into the CSS and there was no change at all =/

    I created a new post to test this and the text size of the bullet points is still being automatically reduced to 8px (or 9px based on my eyes’ judgement).

    This is where the single item styling is defined in the CSS – does this help? Thanks so much in advance for any further help (!)

    [CSS code moderated – please use the pastebin if you can’t post a link to the site]

    I installed tanzaku, and the added style worked in my local test setup – so from my point there is nothing else to suggest, possibly apart from to try and clear the browser cache after the css changes.

    Thread Starter guiltyinternational

    (@guiltyinternational)

    ……the cache……….. 😀
    I’ll give it a go. Should have thought of this myself really… Thanks a million.

    Thread Starter guiltyinternational

    (@guiltyinternational)

    Yes – now we’re talkin’
    Thanks again!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Styling list items within post’ is closed to new replies.