• I using your filter but are facing an error. The checkmark box is above the color text. So the beginning of the text is not visible.What to do?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    You can add space to the color icons left-side by adding this CSS to wp-admin > Appearance => Customize > Additional CSS:

    .wpf_color_icons li label {
        padding-left: 25px;
    }

    Please let us know how it works for you.

    Thread Starter kinudenmark

    (@kinudenmark)

    Thanks a lot. I tried to add it to additional css, but nothing happend. I tried even to increase and decrease without any changes. I deleted the cache, but still nothing. ?

    Plugin Author themifyme

    (@themifyme)

    Hi,

    How I see you are using a different filter plugin at the moment, but in case you still want to fix the label issue with our plugin, please try this Custom CSS instead:

    .wpf_color_icons li label {
        padding-left: 25px !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Checkmark above colors’ is closed to new replies.