[Resolved] GenerateBlocks list-style-type not taking effect.

Home Forums Support [Resolved] GenerateBlocks list-style-type not taking effect.

Home Forums Support GenerateBlocks list-style-type not taking effect.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1514134
    vast

    When using the ul property list-style-type with GenerateBlocks, the style does take effect. The CSS is as follows;

    ul {
        list-style-type: none;    
    }
    
    ul li:before {
        content:'*';
    }
    #1514927
    David
    Staff
    Customer Support

    Hi there,

    how are you adding the list to the GenerateBlocks? Is this a core list block ?

    #1515059
    vast

    Yes it is. It appears that classes in general don’t take effect with GenerateBlock objects e.g. paragraphs, lists, etc.

    #1515092
    Leo
    Staff
    Customer Support

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know ๐Ÿ™‚

    #1515106
    vast

    Hi Leo,

    The site’s on an internal server so it isn’t externally accessible. We can look at making the site available but it’ll take time. In the meanwhile, if you are able to suggest options we can try, that would be awesome.

    #1515593
    Leo
    Staff
    Customer Support

    Don’t think I can replicate this either.

    Checkout the screen capture:
    https://www.screencast.com/t/fRtEWTQH

    It would definitely help if we can see your site live.

    #1516952
    vast

    Thanks Leo. We were able to resolve the issue. Since the CSS is inline, it had to be processed prior to the subsequent styles.

    #1516965
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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