Hello,
sorry but i had a post open before that i thought fixed my issue but i got another issue arise when i go to the mobile site. issue:
you gave me a code to place in my quick CSS to change the color of the contact us element on my home page to white on the glass/clear menu. it worked and everything is fine when it goes to sticky menu, but the issue arises when i check the website on my mobile, the contact element disappears for some reason. this is the code you gave me:
.av_header_transparency .phone-info a {
color: #ffffff;
}
i removed the code from the english page of the site but left it on the arabic page if you wanted to have a look
Hey Jihad,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
#header_meta .phone-info a {
color: black;
}}
Best regards,
Yigit
That Worked, thank you