Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #860623

    Hi,

    I try to change the color of my phone number hen using a transparent header.
    I use this code:
    .header_color .phone-info { font-size: 18px; font-family: 'Avenir', 'HelveticaNeue', 'Helvetica Neue'; color: white !important; }

    This does not work. Can you point me in the right direction?
    Website: https://fun-thrills.nl
    THX Freek

    #860631

    Hey Freek,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .av_header_transparency .phone-info span {
        color: white!important;
    }
    
    

    Best regards,
    Yigit

    #860730

    That did the trick. Thanks.
    One final question. I changed the color of the small bar above de header menu to black (styling extra) but now I want this small bar transparent.
    Is that possible? I tried several suggestions but no luck.
    THX Freek

    #860734

    Hey!

    Sure, please add following code to Quick CSS as well

    #top #header_meta {
        background-color: transparent;
    }

    Cheers!
    Yigit

    #860904

    Thanks. Awesome!
    Freek

    #860936

    Hi Freek,

    Glad that Yigit helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Transparent header phone color’ is closed to new replies.