Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #872362

    Hi,

    I updated the theme and some of the features stopped working. The “Light Font” option in the Advanced Styling stopped working. Furthermore, some of the quick CSS codes that worked few hours ago, are not working any more. For example:
    #after_submenu {
    border-top: none;
    }
    and
    .page-id-239 #fullscreen_slider_0.avia-builder-el-0 {
    height: 650px !important;
    max-height: 650px !important;
    overflow: hidden;
    }

    How could I fix this?

    Thank you in advance!
    Best,
    Anton

    #872364
    This reply has been marked as private.
    #872657

    Hi,

    Please try this CSS instead:

    .page-id-239 #fullscreen_slider_1 {
    height: 650px !important;
    max-height: 650px !important;
    overflow: hidden;
    }

    Best regards,
    Rikard

    #872774

    Hi Rikard,

    This code did the job. Thank you very much! Could you also please look at the other code – the goal is to remove the border under the gridrow?

    Thank you in advance!
    Best,
    Anton

    #872889

    Hi,

    Try adding this css code:

    .page-id-239 #after_full_slider_1, 
    .page-id-239 #after_submenu_1, 
    .page-id-239 #av_section_1 {
        border: 0 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #872897

    Hi Nikko,

    This did the job! Thank you very much!

    Best,
    Anton

    #873042

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #873708

    Hi Rikard,

    Thank you very much!
    You can close the topic.

    Best,
    Anton

    #873807

    Hi Anton,

    Glad we could help and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Problems after update – Quick CSS and Advanced Styling’ is closed to new replies.