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
Hi,
Please try this CSS instead:
.page-id-239 #fullscreen_slider_1 {
height: 650px !important;
max-height: 650px !important;
overflow: hidden;
}
Best regards,
Rikard
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
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
Hi Nikko,
This did the job! Thank you very much!
Best,
Anton
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
Hi Rikard,
Thank you very much!
You can close the topic.
Best,
Anton
Hi Anton,
Glad we could help and thanks for using Enfold :)
Best regards,
Nikko