Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1174855

    Dear Support Team

    How do I get the same color behavior for the social icons and the basket as the menu?
    White color with transparent background and black when scrolling down.

    Best regards
    Alexander

    #1174995

    Hey Jaispirit,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-logo-container .social_bookmarks li a {
      color: #fff;
    }
    #top .header-scrolled .av-logo-container .social_bookmarks li a {
      color: #808080;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1175007

    Hi Victria,

    great, that works! Could you please be so kind and provide me also the proper css for the Woo-Basket next right to the social icons?

    Best regards
    Alexander

    #1175021

    Hi Jaispirit,

    You can change the color to whatever you need:

    
    .header_color .cart_dropdown_first .cart_dropdown_link {
      color: #ccc;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.