Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ahmed09 Friend
    #1082556

    I have a problem to change the background color of the menu into Blue, could anyone help me on that

    Saguaros Moderator
    #1082564

    Hi ahmed09,

    Which menu do you want to change the background color? You can illustrate the modification you expect via screenshot, I will check for you.

    ahmed09 Friend
    #1082589

    Have you seen my explanations, I need to change the background of the Main Menu, into Blue color #13036d I attached the screen short

    if any further pleases let me know

    • This reply was modified 6 years, 10 months ago by  ahmed09.
    Saguaros Moderator
    #1082613

    Hi,

    You can use some custom CSS to change background color:

    .t3-mainnav {
        background-color: #13036d;
    }

    add into the file: root/templates/ja_focus/css/custom.css (Create this file if it doesn’t exist)

    P/s: I don’t see the screenshot in your reply.

    Regards

    ahmed09 Friend
    #1082617

    Thank you very much im worrying on this, this is the screen shot


    1. SCREENSHOT
    ahmed09 Friend
    #1082625

    I did it and the background is changed successfully thank you, how I can change the text of the menu into WHITE #ffffff

    Saguaros Moderator
    #1082637

    Yes, you will need to change color of several elements in the main menu. Try with below custom CSS:

    .t3-mainnav .t3-navbar .navbar-nav > li > a {
        color: #ffffff;
    }
    
    .t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }
    
    .t3-mainnav .t3-navbar .navbar-nav > li:last-child > span {
        color: #ffffff;
    }
Viewing 7 posts - 1 through 7 (of 7 total)

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

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