Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • ghuffar Friend
    #197569

    How to change background color in header?

    TomC Moderator
    #534374

    It appears that you already have the following within your custom.css file . . .


    .logo .brand {
    background: linear-gradient(to bottom, #FFD65E 0%, #FEBF04 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: none;
    margin-top: 0;
    text-align: center;
    }

    Did you not put that CSS rule in your custom.css file yourself?

    ghuffar Friend
    #534488

    why the code above can not change the whole header?


    1. web
    kanenses Friend
    #534520

    @2ghuffar:

    add the follow to your custom.css

    .t3-mainnav {
    background: linear-gradient(to bottom, #FFD65E 0%, #FEBF04 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 5px solid #E73628
    margin-top: 51px;
    }

    If need and !important to background:

    background: linear-gradient(to bottom, #FFD65E 0%, #FEBF04 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;

    Hope can help you

    ghuffar Friend
    #534532

    Wow thank you @kanenses

    kanenses Friend
    #534744

    No problem @ghuffar

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

This topic contains 6 replies, has 3 voices, and was last updated by  kanenses 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum