[Resolved] css file priority of GB

Home Forums Support [Resolved] css file priority of GB

Home Forums Support css file priority of GB

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1516940
    Ash

    How do I set propriety of style enqueue for GB css file?
    A theme I use loads css file after GB’s so it overwrite GB’s style.

    #1516991
    Elvin
    Staff
    Customer Support

    Hi,

    Can you link us to the site in question? So we could check what may have caused this.

    You can add the site details on the Private Information text area.

    Thank you. 🙂

    #1517082
    Ash

    Please see the private info.
    GB Heading style is overwritten.
    I need to load GB’s css after theme’s css.

    #1518132
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Right now it’s not possible to change the priority of the stylesheet.

    However, we do have a new filter in 1.2.0 that will allow for this:

    add_filter( 'generateblocks_dynamic_css_priority', function() {
        return 1000;
    } );

    1.2.0 is currently an alpha version: https://generateblocks.com/generateblocks-1-2-0/

    #1518149
    Ash

    Thank you for the information.
    Looking forward to 1.2

    #1519408
    Tom
    Lead Developer
    Lead Developer

    No problem!

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