Hi team,
can you help me to diable the overlay in mobile header? : https://ibb.co/PNkJtBM
Kind regards,
Anna
Hi Anna,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
#top .av_header_glassy.av_header_transparency .header_bg {
opacity: 1;
filter: alpha(opacity=100);
}}
Regards,
Yigit
Hi Yigit,
thanks! It worked perfect with opacity: 0.
Do you now, how can i diable the gap, in mobile: https://ibb.co/PNz1HN2
Hey,
Could you please post a link to your page so we can provide you an accurate code? :)
Best regards,
Yigit
Of cause: http://wp2019.aetas-kinderstiftung.de/
Pass: Kinderstiftung19
Kind regards,
Anna Zichler
Hi Yigit, find the solution!
Can you help me with another problem? I would like to diable the breadcrumb menü on mobile. How can i do this?
Kind regards,
Anna
Hi Yigit, find a solution to hide the breadcrumb font on mobile, but not the breadcrumb bar: https://ibb.co/HXYLjsv
Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
.title_container {
display: none !important;
}}
Best regards,
Yigit
Perfect! Worked! Thank you so much, Yigit!