Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • noord-group Friend
    #939467

    Hello, I’m trying to customize the colors of my top menu.
    right now, behaves like default, but i want to change the hover/focus color of the main menu items and sub menu items.

    I tried to do it changing the templates but no luck, i’m a little lost sorry.
    if you tell me what should I change inside the css. i’m using ja teline v

    thank you in advance!

    pavit Moderator
    #939471

    Hi

    You can try adding this to your custom.css file

    .t3-topnav .nav > li > a:hover, .t3-topnav .nav > li > a:focus {
    background-color:#yournewcolor!important;
    color:#yournewcolor!important;
    }

    You can find all topnav settings in this file /templates/ja_teline_v/css/template.css

    .t3-topnav .nav > li {
      display: block;
      float: left;
      margin: 0;
    }
    .t3-topnav .nav > li > a {
      color: #333333;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 0 40px;
      height: 48px;
      line-height: 48px;
      border-radius: 0;
      border-right: 1px solid #e5e5e5;
    }
    .t3-topnav .nav > li > a:hover,
    .t3-topnav .nav > li > a:focus {
      color: #fff;
      background-color: #111111;
      border-color: #111111;
    }
    .t3-topnav .nav > .active > a,
    .t3-topnav .nav > .active > a:hover,
    .t3-topnav .nav > .active > a:focus {
      color: #333333;
      background-color: #fff;
      border-color: #e5e5e5;
    }

    Hope it helps

    noord-group Friend
    #940010

    Thank you for this!

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

This topic contains 2 replies, has 2 voices, and was last updated by  noord-group 8 years, 5 months ago.

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