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

    How can i change the background color and the text in the “Header Phone Number/Extra Info” header

    #1028269

    Hey Yossi,

    Adjust the text in Enfold options Header > Extra Elements > Header Phone Number/Extra Info.

    As for the background color, please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #1028282

    hi Jordan

    you can control the height of the element ?

    I want to use this element only for design with color no text inside

    Thanks
    Yossi

    #1028583

    Hi,

    You control the height with this:

    #header_meta .container {
        min-height: 50px!important;
    }

    Best regards,
    Jordan Shannon

    #1028655

    Hi Jordan
    Thanks for your help
    I have add the code and the extra elemnt and a color
    I see that I have anther background color that I cant remove/change

    yossi

    #1029172

    Hi,

    Try this in quick css:

    #header_meta .container{
    background:transparent!important;
    }

    Best regards,
    Jordan Shannon

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