Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Saguaros Moderator
    #1044057

    Hi,

    Could you send me screenshot of how you want it should be here?

    trevorellis Friend
    #1044094

    I have attached a screenshot of the problem that occurs in the menu when any item in the dropdown for "Properties" is selected. I want the menu to behave the way it displays when items from any other part of the menu are selected.

    • This reply was modified 6 years, 11 months ago by  trevorellis.

    1. Wrong
    Saguaros Moderator
    #1044705

    You can try opening the file: http://mcsestate.users62.interdns.co.uk/templates/uber/local/css/themes/aston1/megamenu.css

    At approx line 552:

    .t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
      border: 0;
      margin-top: 0px;
      margin-left: 5px;
    }

    change the ‘margin-top’ to 0 like this.

    trevorellis Friend
    #1081464
    This reply has been marked as private.
    Saguaros Moderator
    #1081466

    Hi,

    I added this custom CSS:

    .com_estateagent .t3-megamenu .nav > .dropdown > .dropdown-toggle .caret { margin-top: 0px !important; }

    into the file: templates/uber/css/custom.css

    You can check items under Properties menu item, it’s working now.

    Cheers!

    trevorellis Friend
    #1081469

    That’s better but it still changes the button colour and the fonts and moves the menu down.

    Saguaros Moderator
    #1081472

    It seems that it’s caused by the 3rd party extension on your site com_estateagent, it overrode the style of template:

    .com_estateagent .uber-header.highlight-color .navbar-default .navbar-nav > li > a,
    .com_estateagent .uber-header.highlight-color .navbar-default .navbar-nav > li > span {
      text-transform: uppercase;
      font-weight: 600;
      font-family: Verdana;
      text-shadow: none;
    }
    .uber-header.highlight-color .navbar-default .navbar-nav > .active > span, .uber-header.highlight-color .navbar-default .navbar-nav > .active > span:hover, .uber-header.highlight-color .navbar-default .navbar-nav > .active > span:focus {
      color: #ffffff !important;
      background-color: #8c0c2d !important;
    }

    I added this rule. Kindly check.

    trevorellis Friend
    #1081522

    I really appreciate your help, that has kept the menu colours correct, but I can’t see that has made any difference to the font size changing.

    • This reply was modified 6 years, 5 months ago by  trevorellis.
    trevorellis Friend
    #1081558

    I have added:

    font-size: 16px !important;

    and this has sorted the font size, thank you very much for your help.

    trevorellis Friend
    #1081560

    Please mark as Solved, Thanks Again.

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

This topic contains 10 replies, has 2 voices, and was last updated by  trevorellis 6 years, 5 months ago.

The topic ‘Megamenu CSS Issue’ is closed to new replies.