New Landing How can we help? Themeforest Theme Support Flexform Changing text color top menu

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Flexform
  • #62909
    liberfin
    Member
    Post count: 8

    I need to change the text color in top menu on the right side of the website.

    But it doesn’t work fine.

    I put this code into custom css section:

    #top-bar .menu > li:first-child {
    border-left-width: 0;
    border-top-width: 1px;
    background: #3b5998;
    font-family: tahoma;
    font-size: 24px;
    font-weight:bold;
    font-color: #ffffff;
    }

    You can see it in a file attached. Color is always gray.

    Thanks.

    #63099
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add !important:

    font-color: #ffffff!important;

    – Kyle

    #63105
    liberfin
    Member
    Post count: 8

    Hi.

    I’ve added it but it doesn’t work. It’s strange!

    #63112
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Is there a reason you are adding it that way? Why don’t you just use the actual facebook logo as an image?

    – Kyle

    #63114
    liberfin
    Member
    Post count: 8

    How can I do that?

    #63115
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Get the facebook logo, then upload it somewhere, like your media library.

    Then in your topbar right config, add:

    <img src="the link to the image" width="" height="" alt="facebook" />

    – Kyle

    #63134
    liberfin
    Member
    Post count: 8

    Excuse me.

    When you say “in your topbar right config” it means where menus are setup. Because here I don’t see any way to put an image.

    Thanks.

    #63149
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry my fault, I was thinking Dante.

    If you could provide me with your link I can look into why the color is not changing to white.

    – Kyle

    #63150
    liberfin
    Member
    Post count: 8

    What do you need exactly?

    #63524
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Your website url

    – Kyle

    #63530
    liberfin
    Member
    Post count: 8

    Hostal Mascotas

    Thanks.

    #63539
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    #menu-item-10013 > a {
      color: #ffffff!important;
    }

    – Kyle

    #63545
    liberfin
    Member
    Post count: 8

    Now it works fine!

    Thanks a lot!

    #63547
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 14 posts - 1 through 14 (of 14 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