Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1053667

    Hi
    Can you share the URL of site showing in the screenshot and let me know what color you want to apply?

    Regards

    carlucci Friend
    #1053689
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1053697

    Hi
    Here is the code used for bg color when scroll the page

    .t3-header.affix {
        background-image: -webkit-linear-gradient(top,#5c58dc 0%,#ff6464 100%);
        background-image: -o-linear-gradient(top,#5c58dc 0%,#ff6464 100%);
        background-image: linear-gradient(to bottom,#5c58dc 0%,#ff6464 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c58dc',endColorstr='#ff4743d8',GradientType=0);
        box-shadow: 0 0 1px rgba(0,0,0,0.15);
        padding-top: 12px;
        padding-bottom: 12px;
    }

    You can override it custom.css file and change the color as per needs

    Regards

    carlucci Friend
    #1053720
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1053736

    Hi
    use this code

    .t3-header { background-image: -webkit-linear-gradient(top,#5c58dc 0%,#ff6464 100%);
        background-image: -o-linear-gradient(top,#5c58dc 0%,#ff6464 100%);
        background-image: linear-gradient(to bottom,#5c58dc 0%,#ff6464 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c58dc',endColorstr='#ff4743d8',GradientType=0);
        box-shadow: 0 0 1px rgba(0,0,0,0.15);}

    Regards

    carlucci Friend
    #1053783
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  carlucci 6 years, 9 months ago.

The topic ‘I want to change the menu background.’ is closed to new replies.