SKT Complete Pro Menu background full width color?

Home Forums All Other Themes SKT Complete Pro Menu background full width color?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45525
    RobertRobert
    Participant
    • Topics: 71
    • Replies: 90
    • Total: 161
    Member since: April 3, 2016

    Any CSS to color in the full width of the menu background? Not the whole header, just behind the menu. See example of where I mean here:
    http://frankiejohnnieluigitoo.com/wp-content/uploads/2016/09/menu-back-example.jpg
    Thanks in advance,
    Bobby

    #45540
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi Bobby,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .header.type3 .center { width:100%;}
    .centerlogoarea #topmenu { background:#000;/*change menu background here*/}
    .centerlogoarea #topmenu ul { width:1170px; margin:auto;}

    Regards,
    Shri

    #45682
    RobertRobert
    Participant
    • Topics: 71
    • Replies: 90
    • Total: 161
    Member since: April 3, 2016

    That works great for the main menu, however it messes up the sub menus.
    See example of messed up sub menu here:
    http://frankiejohnnieluigitoo.com/
    Am I doing something wrong?
    Bobby

    #45800
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    #topmenu ul li ul { width:220px !important;}

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.