Hi,
Can you help me make only the part left of the logo a certain color? In this case grey
With kind regards,
Angela
Hey macmutsaers,
I just checked your site and it seems you have already done it by modifying the image.
Best regards,
Nikko
Hi Nikko,
No, I didn’t. The left side next to the logo is light grey. They want it to be a solid darker grey.
Is that possible?
Best regards,
Angela
Hi,
I have added this css code in Quick CSS located in Enfold > General Styling:
#header .inner-container:before {
content: '';
display: block;
height: 100%;
width: 100px;
position: absolute;
left: -100px;
background: #b2b6bd;
}
Let us know if it’s good :)
Best regards,
Nikko
It’s fantastic!
Thanks very much!!!
Hey!
Glad we could help :)
Regards,
Nikko