New Landing How can we help? Atelier Icons in header not visible

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #198113
    beritendershicks
    Member
    Post count: 34

    Hi,

    I am having problems with the icons (account, cart/wishlist) in my header. They are only visible on mouse over. It only shows on the website itself. I tried to customize the colors under Theme > Customize and it worked but only there. The changes I made under Customize do not show on the website later.

    I thought it is an issue with the Header Link Color but it is set to black (#000000). Still I changed that back to default (#222222). That is when I see the changes in the customize tool but it will not show on the website.

    Thanks
    Berit

    Attachments:
    You must be logged in to view attached files.
    #198157
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .header-left .std-menu ul.menu > li > a, .header-right .std-menu ul.menu > li > a {
      color: #000000;
    }

    – Kyle

    #198165
    beritendershicks
    Member
    Post count: 34

    Thanks. Can you tell me quickly how to add that to the custom css?

    Under Theme Options > Custom CSS?

    #198170
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes

    – Kyle

    #198176
    beritendershicks
    Member
    Post count: 34

    Great! Now those icons are displayed.

    I would like to change their hover color as well. I thought it is under Customize > Header link hover color but that does not have any affect on it.

    Thanks again.

    #198181
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It uses the hover color of the nav links

    To overwrite add this to your custom css:

    .header-left .std-menu ul.menu > li:hover > a, .header-right .std-menu ul.menu > li:hover > a {
      color: #efefef!important;
    }

    – Kyle

    #198193
    beritendershicks
    Member
    Post count: 34

    Wonderful! That worked.

    Thanks a lot.

    #198195
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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