How can i change the background color and the text in the “Header Phone Number/Extra Info” header
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
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
Hi,
You control the height with this:
#header_meta .container {
min-height: 50px!important;
}
Best regards,
Jordan Shannon
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
Hi,
Try this in quick css:
#header_meta .container{
background:transparent!important;
}
Best regards,
Jordan Shannon