Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hartlief Friend
    #1091377

    Hello,

    I would like to change the colour of the main menu for mobile phones. Where can I find the code for this? I’ve changed to colour to black but on mobile phone and iPad the colour is still white.

    Saguaros Moderator
    #1091454

    Hi,

    You can try this custom CSS:

    .t3-mainnav .t3-navbar-collapse .navbar-nav li > a,
    .t3-mainnav .t3-navbar-collapse .navbar-nav li.active > a,
    .t3-mainnav .t3-navbar-collapse .navbar-nav li:hover > a {
        color: #c29032;
    }

    put into the file: root/templates/ja_lawfirm (your default template)/css/custom.css)

    and change to your own color

    hartlief Friend
    #1091501

    Thanks for your reply. I’ve changed the css in template.css in de css directory. That was the resolution

    hartlief Friend
    #1091509

    One other question, I would also like to change the colour of the text of the dropdown menu. Could you tell me which code that is?

    Saguaros Moderator
    #1092818

    You can try with this custom CSS:

    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
      color: /*your_color_here*/;
    }
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 6 years, 1 month ago.

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