Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #667301

    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

    #668594

    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

    #668741

    That Worked, thank you

    #668914

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.