Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • erwin geeroms Friend
    #1046072

    I have the diehardagnetha.com website (which is a tribute site for Agnetha Fältskog from Abba). Testsite = diehardagnetha.com/J372JLA. I would like to change the background color and font color for the drop down menu’s. Right now the background color is dark grey (2c3236) and I would like to change it to something else (FFFFFF for example). Same thing with the font color (which is now light blue). I already searched all my css file for 2c3236 but there are 42 css files that contain this value in my joomla directory. Can I also block the menu bar so it always stays on top of the screen ? (as in the purity 3 template).

    • This topic was modified 6 years, 10 months ago by  erwin geeroms.

    1. dha-menu
    Pankaj Sharma Moderator
    #1046152

    Hi
    Open template folder /css/custom.css file
    and add below code in it

    
    .t3-megamenu .mega-nav > li a,
    .t3-megamenu .dropdown-menu .mega-nav > li a {
      color: #667780;
    }
    
    .navbar-nav > li > .dropdown-menu, .navbar-nav > li.open > .dropdown-menu {
        background: #2c3236;
    }

    change the color code as per needs.

    Regards

    erwin geeroms Friend
    #1046274

    thank you, will try that 🙂

    erwin geeroms Friend
    #1046279

    Just tried it … perfect !!! (see attachment).

    Now for the second part of my question :

    Can I also block the menu bar so it always stays on top of the screen ? (as in the purity 3 template).


    1. dha-menu2
    Pankaj Sharma Moderator
    #1046292

    Hi
    You can apply the suggestion give here for the sticky header.

    Regards

    erwin geeroms Friend
    #1046314

    Your suggestion is good, but the given string cannot be found in ja_nuevo/tpls/blocks/header.php.
    Instead I commented out the original line (2nd line) and inserted a new line (3rd line) and it works !
    (see attachment)
    thanks !


    1. dha3
    Pankaj Sharma Moderator
    #1046413

    You are welcome!

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

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

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