Site logo

Archived topic

List Indentation and List Font Size

6 replies · Started by Alan on July 8, 2019

Viewing posts 1–7 of 7

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

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;
}

Hi David

Thanks heaps for that. Just what I was after !

Alan

You're welcome

Hi

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

Thanks :-)

Think I sorted it out

ul{
    line-height: 30px;
}

Glad to hear that

This archived topic is closed to new replies.