• Resolved lyden

    (@lydenyardley)


    I just submitted this via your support website, but wanted there to be a searchable record here too…

    This happens on MANY of your blocks, but styles are being applied to block elements even when the style is ‘cleared’ or ‘reset’ within the block settings. This means I have to add extra class weight or specificity or !important for my overriding styles. This shouldn’t be the case.

    Example:
    Add UAGB Blockquote > open content panel > Author > click ‘clear’ > output CSS is still #888888 against the generated class
    Add UAGB Blockquote > open content panel > Author > click ‘reset’ > output CSS is still #888888 against the generated class

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lyden

    (@lydenyardley)

    Could you get back to me on this issue please?

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey @lydenyardley ,

    Thank you for reaching us out.
    I assume we already have a ticket raised from your side for this default parameter issue.

    Our team will very soon come up with a solution for this. I appreciate your efforts and patience for bringing this to us.

    Regards,
    Vrunda Kansara

    Thread Starter lyden

    (@lydenyardley)

    Hello again,

    Any update?

    This is still forcing me to write more CSS than I should. I understand you need default CSS, but this should have less specificity.

    CSS code base should be e.g
    .uagb-columns__wrap { padding: 20px;}
    not

    .uagb-block-3dc43553-7912-4cc8-b076-b27ed3b43dc1.uagb-columns__wrap {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    Then if a user changes padding values in editor, you should apply the style to the generated class as you do.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @lydenyardley,

    We are thankful for your patience!

    However, I am really sorry for the delay caused now since our team is a little tied up with urgent stuff.

    Please be assured that we’ve added and forwarded this request to our concerned developers. They’ll look into it.

    Regards,
    Sweta

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Default styles being applied to generated class even when reset’ is closed to new replies.