Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • relsig Friend
    #204231

    Hello

    This is also a thread that got lost…
    I would like to change the font color and the padding of the submenu. Unfortunately it seems that I can’t find the right spot.

    I would like the menu items marked with the black arrows to appear in #666 and in the submenu there should be a padding left of 10 pixels.

    I thought I had to do this in megamenu.less but somehow I can’t find the right spot any more.
    Can this be done, so that I won’t have to redo it every time there will be an update of JA-Brisk?

    Thanks

    Roger


    1. font-and-padding
    Ninja Lead Moderator
    #561179

    In this case, I need to check it directly on your site and suggest the solution for you, please check and give me URL of your site again. I could not access URL of your site.

    relsig Friend
    #561231

    send you a PM

    Ninja Lead Moderator
    #561328

    <em>@relsig 461061 wrote:</em><blockquote>send you a PM</blockquote>

    You can fix the problem on your site with the solution below

    Open templates/ja_brisk/css/custom.css file and add new rule


    .t3-megamenu .dropdown-menu .mega-nav {
    margin-left: 4px;
    padding-left: 4px;
    }

    relsig Friend
    #561461

    Thanks, how about the color?

    TomC Moderator
    #561466

    <em>@relsig 461345 wrote:</em><blockquote>Thanks, how about the color?</blockquote>

    Within the same custom.css file, paste the following CSS rule:


    .t3-megamenu .dropdown-menu .mega-nav li > a {
    border-top: 1px solid #eee;
    color: #ff0000;
    display: block;
    line-height: 20px;
    padding: 5px 20px;
    }

    Modify the color code to whatever color you wish.

    Hope That Helps

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

This topic contains 6 replies, has 3 voices, and was last updated by  TomC 9 years, 8 months ago.

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