Viewing 12 posts - 1 through 12 (of 12 total)
  • #191721
    wildemaarten
    Member
    Post count: 105

    Hi ,

    Ik want to change the color of part of the menu bar, see attached screendump. How can i do that? Saw some posts mentioning CSS entries but didnt really work out.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #191800
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #header-section > #main-nav {
        background: #eee !important;
    }
    
    #main-nav .header-right ul.menu > li {
      border-left-color: #fff;
    }

    Thanks
    Mohammad

    #191854
    wildemaarten
    Member
    Post count: 105

    Hi Mohammad,

    Thanks again for your quick response. Im learning CSS here ๐Ÿ˜‰
    Last question: How can i change the links text within that menu to another color?

    Cheers,
    Maarten

    #191867
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav#main-navigation .menu > li > a{
    color:#ff0000 !important;
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #191938
    wildemaarten
    Member
    Post count: 105
    This reply has been marked as private.
    #191939
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please always insert all css code at Admin -> Theme Options -> General Options -> Custom CSS.
    Thanks
    Mohammad

    #191949
    wildemaarten
    Member
    Post count: 105

    You are the best ๐Ÿ™‚

    I wasnt aware of that, my apologies.

    Is there any way to change the color of the basket and search button etc in the menu bar to white also?

    #191958
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Here you go!

    nav .menu > li a, #menubar-controls a {
      color: #fff;
    }
    #191959
    Nishant – SUPPORT
    Spectator
    Post count: 649

    But, the cart icon is an image so the color cannot be changed for that. So, now I will have to replace it with an icon. I will send you the next CSS in couple of minutes. ๐Ÿ™‚

    #191967
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Here you go again,

    .menu > li.shopping-bag-item a > i.sf-cart {
        background: none;
        vertical-align: 0;
    }
    
    .menu > li.shopping-bag-item a > i.sf-cart:before {
        width: 14px;
        height: 14px;
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\f07a";
        font-style: normal;
    }
    #191976
    wildemaarten
    Member
    Post count: 105

    Whoop!
    Excellent!

    You guys are always such a superfast and great help.
    Thanks so much!

    #191980
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register