Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 4 posts - 1 through 4 (of 4 total)

Header/Menu Bar Colours

Home Forums Misc. General Forums Header/Menu Bar Colours

  • #12766

    Debbie

    subscriber

    Hi there

    Is it possible to have the header and the menu bars in different colours please?

    i have attached a screen shot of how we would like it but not sure if its possible?

    Also Could you send me the code so that the phone number comes to the right under the facebook and twitter logos please?

    Many many thanks

    [attachment=5905,355]

    #18874

    Towfiq I.

    administrator

    from your stylesheet, replace this line:

    body .desc{float:left; font-size:20px; padding-left:10px; padding-top:20px;}

    with:

    body .desc{float:right; font-size:24px; padding-left:10px; padding-top:20px;font-weight:bold;}

    body #header{background:none!important;}

    then from Theron Options> Style change the tertiary element color to grey. this will make the menu color grey, like the screesnhot.

    #18875

    Debbie

    subscriber

    Thats fantastic!! thank you so much… Your amazing !!

    last question for today… the menu bar has now gone square at the edges and not rounded like the rest of the site? is there something i should have clicked or is that how it is?

    Thanks again

    #18876

    Towfiq I.

    administrator

    add this to your stylesheet:

    #menu_wrap{border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0;}