• Resolved alekseyn

    (@alekseyn)


    Hello

    the flags are backwards in terms of highlighting I think. As an example – we have US and Canada flag switcher. When the the Canada flag is bright, it means you are on the US website. Should be the opposite? IMHO that would make more sence.

    Please let me know if this can be reversed.

    Thanks,
    Aleksey

Viewing 1 replies (of 1 total)
  • Hello Aleksey

    This can be solved using CSS
    EXAMPLE:

    a.woocs_flag_view_item_current.woocs_flag_view_item {
        opacity: 1;
    }
    a.woocs_flag_view_item {
        opacity: 0.65;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Flag highlighting’ is closed to new replies.