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

    Hi,

    Can you help me make only the part left of the logo a certain color? In this case grey

    With kind regards,
    Angela

    #730240

    Hey macmutsaers,

    I just checked your site and it seems you have already done it by modifying the image.

    Best regards,
    Nikko

    #730266

    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

    #730957

    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

    #731167

    It’s fantastic!
    Thanks very much!!!

    #731372

    Hey!

    Glad we could help :)

    Regards,
    Nikko

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