Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1312866

    Hi,

    It seems with the latest one or two updates to enfold I see new classes being added to elements? something that looks like this?

    av-kmkxsku0-86c9b346bd34212e6e3a24e1ff1d2641

    It seems they are over riding all my custom CSS i have created for site?

    Can you tell me what this class is doing and how to make it not take precedence over my styles.css file in my child theme?

    Thanks
    -Dan

    #1313272

    Hey acscreativenew,

    With 4.8.4 we started to extend design options for elements like buttons, notification box, … (see changelog) and we want to extend this for other elements also step by step.

    This made it necessary to remove HTML inline style=”….” from html tags to a post specific CSS file with selectors to the elements – and this makes it necessary to add element id’s to the containers (and subitem containers) – like av-kmkxsku0-86c9b346bd34212e6e3a24e1ff1d2641.

    These are absolute necessary.

    We try to keep our selectors as weak as possible, mostly .container-class.element-ids

    You can add !important to your styling.
    Also using #top #wrap_all …. with your selectors should give them higher priority.

    Do not use the element-id as it will change when shortcode options change.

    Best regards,
    Günter

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