• Resolved RuudMeulen

    (@ruudmeulen)


    Hi,

    Am looking to change my header (logo plus color) from my website.

    Basically I want my header area to be the same as my footer area, so completely filled with the color #009ccd.

    How my current footer area looks now you can see at https://www.thesolution.ae

    Any suggestions?

    Thanks in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter RuudMeulen

    (@ruudmeulen)

    Nobody? No Suggestions?

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    You can use below code to change the color of your header area.

    .header {
        background: #009ccd !important;
    }

    Thanks!

    Thread Starter RuudMeulen

    (@ruudmeulen)

    Great, thanks for that.

    Now it is square. Is there a way to get it a more customized, like rounded corner on the top, a little wider and make the header a bit smaller, so that my menu is still ok?

    The way it looks now, can be seen on https://www.thesolution.ae

    Thanks!!!

    Paste the code given below in Custom CSS field of your dashboard.

    .container_24 .grid_24.header {
        background: #009ccd !important;
        height: 270px;
        margin-left: 0px;
        width: 100%;
         -webkit-border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
    }

    Hopefully, This Will Work For You

    Thread Starter RuudMeulen

    (@ruudmeulen)

    This worked perfectly.. Great!! Thanks so much!!

    Is it also possible to start a white block at a certain point in the header (so that the menu will have a white background!?)

    Thanks again.

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Please paste the code given below in Custom CSS field of your dashboard.

    #menu .ddsmoothmenu {
        background: white !important;
    }

    Hope it will resolve your issue

    Thanks!

    Thread Starter RuudMeulen

    (@ruudmeulen)

    Hi,

    Thanks for your quick reply. It’s not what I am looking for, am looking for a complete white area.

    No worries!! It’s looking fine already!!

    Theme Author inkthemescom

    (@inkthemescom)

    Hope your issue has been resolve..

    Do let me know if you need more assistance,

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing the header area for Colorway’ is closed to new replies.