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.

List Style

  • thank you very much for your help and i have one more question about the list style, how can i create icon hooks or a plus sign instead of dots?

  • Hi there,

    Try this CSS:

    .inside-article ul > li:before {
        content: "+";
        margin-right: 0.5em;
    }
    .inside-article ul{
        list-style: none;
    }
  • thank you for your feedback.
    Is there an icon libary and how can i add icons here as an example a hook icon?

  • Hi there,

    the content CSS property has some limitations on what it can contain.

    One thing it does handle are HTML symbols.
    See here:

    https://www.toptal.com/designers/htmlarrows/symbols/

    They’re not icons as such so the choices are limited by they are built into the browser.
    Each icon will give you the required content property to use.

    Otherwise you would need an image file of the hook you want to use.
    Let us know if you do and we can advise on how to use that.

  • super many thanks and it works!!

  • You’re welcome

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