Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #636527

    Hi, I’ve set a phone number in the header and the title doesn’t show up in the mobile view. For example: “Call Us: 32343233” but the “Call Us” title only display in desktop view but not on mobile view. Thx

    #636874

    Hey wtony,

    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) {
    .av_header_transparency #header_meta * {
        color: #f70;
    }}
    

    Best regards,
    Yigit

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