New Landing How can we help? Themeforest Theme Support Flexform How to change font color in top bar menu?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #72064
    Bitedge
    Member
    Post count: 345

    Hi hi

    How to change font color in top bar menu?

    I need to change it to white

    Also how to change the color of the dividers between menu items and the hover over color.

    Thanks

    #72070
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS => Here put this code and update options

    #top-bar .menu > li > a{color:#ff0000;}
    #nav-pointer{background-color:#000}

    #72074
    Bitedge
    Member
    Post count: 345

    #top-bar .menu > li > a{color:#ff0000;}

    Changes the font color thankyou

    #nav-pointer{background-color:#000}

    Appears to do nothing.

    How can I change the hover color?

    How can I change the color of the dividers that separate menu items?

    Cheers

    #72079
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach mark screenshot so i can get you exactly .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #72083
    Bitedge
    Member
    Post count: 345
    #72092
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try this css

    #top-bar .menu > li > a:hover{color:#ff0000;}
    #top-bar .menu li {
        border-left-color: #FF0000;
        border-right-color: #FF0000;
    }

    Hopefully that should work 100% .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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

You must be logged in to reply to this topic.