• Resolved dadoe

    (@dadoe)


    Using the basis version. If I select the white button, the font is not visible (white text on a white button). What should I do?
    Now I′m using the red version, but I don’t like it …

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    You can use this custom CSS

    .simplefilter li.active {
    color: #000 !important
    }
    .simplefilter li, .sortandshuffle li {
    color: #000 !important
    }

    Let me know if you need further help

    And we will take care of this in the next update

    Thread Starter dadoe

    (@dadoe)

    first color has to be #fff otherwise it′s black on black.
    But now it works.

    Thanks a lot!

    Plugin Author A WP Life

    (@awordpresslife)

    Hi,

    Please use this code also, then it will be work fine

    .simplefilter li {
    background: #fff !important;
    border: none !important
    }

    In the next update we will add color picker option then you can apply any color of your choice. You can also contact at our site if you need more help A WP Life

    If you like our plugin & support please rate our plugin HERE

    Thread Starter dadoe

    (@dadoe)

    Looks perfect!

    Update sounds good. Thanks.

    Plugin Author A WP Life

    (@awordpresslife)

    I missed out a code use this also

    .simplefilter li:hover { background-color: #ffffff !important; }
    .filtr-container { overflow:hidden; }
    

    please rate our work if you like If you like our work HERE

    Thanks

    • This reply was modified 6 years, 1 month ago by A WP Life.
    • This reply was modified 6 years, 1 month ago by A WP Life.
    • This reply was modified 6 years, 1 month ago by A WP Life.
    • This reply was modified 6 years, 1 month ago by A WP Life.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘white font on white button’ is closed to new replies.