Menu

Discussion in 'Traffica WordPress Theme' started by annekristenc, Jun 23, 2015.

Thread Status:
Not open for further replies.
  1. annekristenc

    annekristenc New Member

    Joined:
    Jun 14, 2015
    Messages:
    9
    Likes Received:
    0
    Hi! Really like your theme :)
    I am trying to customize the site a bit, I am sorta stuck :p Before the menu was at the top. I brought it towards the middle. I like it there, but now the drop down is funky and I cannot get the blue underline hover things to go away...can you help me? Thank you again for designing a great theme!
    -Anne
    onpointplumbingservices.com
     
  2. annekristenc

    annekristenc New Member

    Joined:
    Jun 14, 2015
    Messages:
    9
    Likes Received:
    0
    oops onpointplumbingservice.com
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    There is no need to worry...
    We are here to assist you :)

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (min-width: 768px){
    ul.sub-menu {
      margin-top: 72px !important;
    }
    }
    Thanks,
    Praveen
     
  4. annekristenc

    annekristenc New Member

    Joined:
    Jun 14, 2015
    Messages:
    9
    Likes Received:
    0
    It worked!!! Thank you *whew* i had two issues though, the other was the blue lines underneath the menu, can you help with those also? I needed those to go away. Thank you for your assistance.
     
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (min-width: 768px){
    #menu li.current-menu-item a,
    #menu li.current-menu-parent a,
    #menu li.current_page_parent a,
    #menu li a.selected,
    #menu li.current_page_item a {
      border-bottom: none !important;
    }
    #menu li a:hover {
      border-bottom: none !important;
    }
    }
    Thanks,
    Praveen
     
  6. annekristenc

    annekristenc New Member

    Joined:
    Jun 14, 2015
    Messages:
    9
    Likes Received:
    0
    Thank you!!!
     
Thread Status:
Not open for further replies.

Share This Page