Hi,
1. On this site, my header social icons have disappeared.
2. If you select the menu button AND click on the lines, you will see that those lines take you to my social networks. Unfortunately, there are no social icons there either.
3. I would like for the menu button on the mobile site to be removed and I’d like the social icons to be in the header.
See below..
Hey Jasmer!
1- They show up fine on my end
2- They do not show up in mobile menu because they are white :)
3- Please add following code to Quick CSS
a#advanced_menu_toggle {
display: none!important;
}
.responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
display: block !important;
}
Best regards,
Yigit
Hi Yigit,
Nothing happened. The code doesn’t seem to work.
I have caching turned off at host level so that isn’t the problem.
Thank you,
Jas
Hi!
Please create a temporary admin login and post it here privately so we can look into it.
Cheers!
Yigit
Thanks, also I have another topic that hasn’t been answered in 3 days. Can you help me out with that?
Thanks
Hey!
I moved your custom CSS to style.css file of your child theme and added the code to the top and it worked. Please flush browser cache and refresh your page a few times
Regards,
Yigit
Thanks! Why would it not work in quick CSS? Any ideas?
J
Hey!
Quick CSS works as well. I just tried one custom CSS code and it worked. If you prefer using Quick CSS field, you can move your custom CSS back to Quick CSS field. To check if code works in Style.css i moved your existing code there firstly and then added the one i posted. Maybe you have not cleared cache after adding the code and that is why you were not able to see the changes :)
Let us know if you have any other questions or issues!
Best regards,
Yigit