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

    Hi,

    pleas have a look at the website I quoted in the Private Content.

    Even if I use something like
    #menu-item-search {
    color: white !important;
    }
    or
    #menu-item-search a {
    color: #fff !important;
    }
    or
    .header_color .main_menu ul:first-child>li>a {
    color: #ffffff !important;
    }
    The last two styles where totally ignored and overwritten (why?). The first is apllied, but the icon still occurs in black.

    Whats the case here? Thanks for helping out.

    #1492426

    Hey slikslok,

    Please try this instead:

    #top #wrap_all .header_color.av_header_transparency .avia-svg-icon svg:first-child {
      fill: #fff;
    }

    Best regards,
    Rikard

    #1492467

    That helped, thanks. Any explanations, why “color” doesn’t work?

    #1492472

    Hi,
    It is an SVG, so you must use “fill” and not color.

    Best regards,
    Mike

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