Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • kilicaslan Friend
    #826888

    With the following code, I changed some colors. I stayed in two areas. Section when the menu opens and position8, position9, position10, which is part of the position11 field. ( I think the name of this last section t3-s1)

    My custom.css file in this code .btn-primary { background-color: #0c426f; border-color: #1f537e; color: #ffffff; }

    .navbar-default { background-color: #0c426f; border-color: #1f537e; } .navbar-default .navbar-nav > li > a { text-transform: capitalize!important; }

    .t3-header { background: #0c426f!important }

    .t3-navhelper { background: #0c426f!important }

    .t3-footer { background: #0c426f!important }

    But I dont find main menu subtitle area and t3-s1 area changing color.

    web site: http://www.kilicaslan.k12.tr


    1. jauniversity-template-color1
    TomC Moderator
    #827651

    To modify the background color of the menu dropdown . . .

    Look to file path —>/templates/ja_university_t3/local/css/megamenu.css
    scroll until you find the following CSS rule:

    .t3-megamenu .mega-dropdown-menu {
        background: #1b212a none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
    }

    Modify the "background" property with the color code you wish.

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    kilicaslan Friend
    #827799

    TomC Thanks. First step some okey. Now splite line color problem.

    And other area how can I change color (position8, position9, position10, which is part of the position11 field) ?


    1. mega-menu-splite-line-color
    TomC Moderator
    #827808

    Look for the following CSS rule within the same file path as above:

    .t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li {
        border-top: 1px solid #252d3a;
    }

    Modify the color code to whatever you wish.

    kilicaslan Friend
    #827818

    TomC Thank. Submenu splite line color is good but main menu splite color is a problem.


    1. mega-menu-splite-line-color2
    Ninja Lead Moderator
    #831048

    Look at the screen below

    Have you solved it on your site? I see the border color under menu site on your site is working fine.


    1. Screen-Shot-2015-12-25-at-09.48.05
    kilicaslan Friend
    #831314

    Please look at the attach pictures.


    1. beffore-code
    2. after-code
    3. need-result
    Ninja Lead Moderator
    #832837

    You can try to apply my tweak below to fix the problem on your site

    Open modules/mod_jaslideshowlite/assets/css/mod_jaslideshowlite-custom.css file

    find and change

    .ja-ss-desc {
      bottom: 30%;
      left: -20%;
      opacity: 0;
      background: #FFF;
      width: 150px;
    }

    to

    .ja-ss-desc {
      bottom: 39%;
      left: -20%;
      opacity: 0;
      background: #FFF;
      width: 150px;
    }

    Let me know if it helps

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

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 10 months ago.

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