Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Set > for list item

  • Hi

    I would like to know if I can change the default bullet point to either this >
    or use a symbol/icon that looks like this.

    If yes, how can I do this?

    Thanks.

  • Hi there,

    you can use the CSS to add your won custom character:

    .entry-content ul li {
    	list-style: none;
    	position: relative;
    }
    .entry-content ul li:before {
    	content: '>';
    	position: absolute;
    	left: -1.5em;
    	color: #f00;
    }
  • Great thanks, this works perfectly!

  • Glad to hear that

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