Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1054828

    Hi
    Add below code in /css/custom.css file

    .t3-mainnav .container {
        background-color: #65646a;
    }

    save and check.

    Regards

    smartmax Friend
    #1055593

    What would I do without you Pankaj, works great again!
    There is still a ‘brownish’ line around it, is it possible to give that line also a diffrent colour?


    1. Schermafbeelding-2017-08-10-om-11.23.28
    Pankaj Sharma Moderator
    #1055603

    Hi
    For Border, color add below code in custom.css file and change the color code

    .t3-mainnav .t3-navbar {
        border: 2px solid #615e59;
    }

    Regards,
    Pankaj

    smartmax Friend
    #1055642

    Thanks again Pankaj.

    Can you maybe also tell me where I can change the brownisch colour
    in the ‘features-intro’ style-1 (section-1).
    Strange that the red colour has been accepted through ThemeMagic
    but the gray still is brownisch there?


    1. Schermafbeelding-2017-08-10-om-12.49.11
    Pankaj Sharma Moderator
    #1055738

    Hi
    Add below code in /css/custom.css file

    .acm-features.style-1 .features-item.even .features-item-inner {
        background-color: #3a352f;
    }

    Regards

    smartmax Friend
    #1055873

    Hi Pankaj,

    Two little things 🙂

    • above in the search header, there is still a brown and a brown line
    • I just added the code in custom.css – but it is still brown
      (afcourse the colour code 65646a)

    1. Schermafbeelding-2017-08-11-om-10.50.49
    Pankaj Sharma Moderator
    #1055875

    Hi
    Use this code

    .t3-mainnav.has-search .head-search {
        border-top: 2px solid #615e59;
        border-right: 2px solid #615e59;
        border-bottom: 2px solid #615e59;
    }

    🙂

    smartmax Friend
    #1058438

    Hi Pankaj,
    it has been a little while, but the search-colom is still brown
    (I would like it to be gray).

    I have added you’re code above in the custom.css.
    I see it has only the borders of 2 px colours
    and no background colour of the search-bar.

    http://www.madebysanders.nl/happenenstappenpapendrecht.nl/


    1. Schermafbeelding-2017-08-24-om-15.52.00
    Pankaj Sharma Moderator
    #1058514

    Hi
    Use this code for this block

    .head-search-wrap {
        border: 2px solid #615e59;
    }

    Regards

    smartmax Friend
    #1059263

    Hi Pankaj,
    I added youre code in the custom.css
    But I don’t think it works, the search block is still brown.
    Could you please have a look at it again?
    I would like that the menu colour changed to gray, also the search-box and the drop down.
    The website is now online and moved to: http://www.happenenstappenpapendrecht.nl/

    Many thanks

    Pankaj Sharma Moderator
    #1059367

    Ho
    for the background colour please use this code

    .head-search-wrap .form-control {
    
        background-color: #3a352f!important;}

    Regards

    smartmax Friend
    #1059919

    Is there an easier way, to change de ‘dark’ colour to ‘gray’

    Because I see more brown colours that need to be gray.

    Pankaj Sharma Moderator
    #1060051

    Hi
    It needs to be changed for each block as the style classes are different.
    You can use firebug to check the style classes and override it via custom.css file.

    Regards

    smartmax Friend
    #1060991

    Thanks Pankaj,
    I will try this ‘firebug’ – now Firefox Developer Edition I see.

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

This topic contains 14 replies, has 2 voices, and was last updated by  smartmax 6 years, 8 months ago.

The topic ‘Change colour of mainmenu?’ is closed to new replies.