Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #581140

    Hello,

    I want on nav menu stretched layout width 1140px set two different background color, without upload image background.

    e.g. Set background color #fafafa on width 1140px and set different color on left and right side of width 1140px.

    If i use Css vertical gradient background color, how to set the width 1140px between left and right side, which has different color and that to be responsive background?

    There is other way to do that?

    Thank you

    • This topic was modified 8 years, 2 months ago by Isakos-Soft.
    #581750

    Hey Isakos-Soft!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header_bg {
    background: #000000;
    background: -moz-linear-gradient(left,  #000000 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left,  #000000 0%,#ffffff 100%);
    background: linear-gradient(to right,  #000000 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );
    }

    If that does not help, please post a screenshot and show the changes you would like to make.

    Cheers!
    Yigit

    #581773

    Hello,

    Link http://fenstereu.de/wp-content/uploads/2016/02/fenster_image.jpg

    I want to have different color area 1&2 of area 3. Area 0 has different color of all other area.

    Thank you

    #582847

    Hi!

    Thank you for using Enfold.

    Set the menu position to be below the logo then add this in the Quick CSS Field:

    .html_header_top.html_logo_center .main_menu ul:first-child {
        background: red;
        padding: 0 20px;
    }

    You can set the background of the main header in the General Styling panel.

    Cheers!
    Ismael

    #583379

    Sorry, that didn’t worked.

    I found that solution.

    #header_main_alternate {    
        background-color: #ECECEC !important;
    }
    

    Closed thread.
    Thank you

    • This reply was modified 8 years, 2 months ago by Isakos-Soft.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Nav menu stretched layout width set two different background color’ is closed to new replies.