[Resolved] List Indentation and List Font Size

Home Forums Support [Resolved] List Indentation and List Font Size

Home Forums Support List Indentation and List Font Size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #952588
    Alan

    Hi

    Can you please tell me if there is a setting to change the list indentation and the list font size in a page. Im not using widgets.
    Id like the left had side of the list to align with the page text (No Indent) and Id like to remove the list decoration and edit the list colour.

    Thank You

    #952762
    David
    Staff
    Customer Support

    Hi there,

    it would require some CSS, so this would change all lists within the content of the page or post:

    .entry-content ul {
        color: #ff0000;
        list-style-type: none;
        margin-left: 0;
    }
    #952768
    Alan

    Hi David

    Thanks heaps for that. Just what I was after !

    Alan

    #952788
    David
    Staff
    Customer Support

    You’re welcome

    #955623
    Alan

    Hi

    Is there a setting to alter the spacing between one row and the next on a list? Line height?

    Thanks 🙂

    #955648
    Alan

    Think I sorted it out

    ul{
        line-height: 30px;
    }
    #955816
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.