• Resolved tipsybakes

    (@tipsybakes)


    Hi,

    Is there a way to add a logo into the top white menu as opposed to the pink drop down banner?

    Thanks
    Leanne

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @tipsybakes,

    Add the below CSS code in additional CSS.

    .logo_outer {
    width: 100%;
    height: auto;
    border-right: none;
    border-left: none;
    border-bottom: none;
    }
    .logo {
    position: static;
    width: 100%;
    left: 0;
    text-align: initial;
    padding: 10px;
    }
    p.site-description,
    .logo h1 a{
    color: #000;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Logo in top menu’ is closed to new replies.