Dear Kriesi team,
1. how can make appear my logo in the header on the mobile version? (my logo is white, I presume I need to change header color – but how?) – asKJOzLVjiK5
2. How can I change the title size on mobile? It appears just huge on mobile? – asKJOzLVjiK5
Thank you very much in advance,
Hi Soapmarine!
I think there’s a typo in the URL you provided since I’m getting an error message when trying to access the site: This webpage is not available ERR_NAME_NOT_RESOLVED. Could you check please?
Best regards,
Rikard
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background-color: transparent;
position: absolute!important;
}
#top #wrap_all .alternate_color h2 {
font-size: 40px;
}}
Regards,
Yigit