• Resolved Andrés Morales

    (@andresmortalc1)


    Hello

    I hope you’re doing well

    I want to create a shadow for the filter, also personalize the color of the price slider

    do you have idea how to do it ?

    Thank you in advance

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

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

    (@themifyme)

    Hi,

    What shadow do you mean? Do you a mockup or screenshot or sample to show how you want to achieve? The shadow and color can be changed with custom CSS.

    Thread Starter Andrés Morales

    (@andresmortalc1)

    Hello thanks for the reply

    I have this page
    https://llantaya.co/?page_id=12
    https://postimg.cc/47PpSL9Y

    and I want to change the yellow for the color of the website, but I haven’t been able to do it

    I post this custom CSS

    .wpf_search_button {
    background-color: #f18437;
    color: white;
    }

    But nothing change

    Thank you in advance

    Plugin Author themifyme

    (@themifyme)

    The custom CSS you entered output the css file before the product filter CSS file, so it has less priority.

    You can increase the CSS priority by add .wpf_form as parent selector like below:

    .wpf_form .wpf_search_button {
    -webkit-appearance: none;
    background-color: #F18437;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: .8em;
    text-transform: uppercase;
    transition: all .1s linear;
    }
    • This reply was modified 4 months, 1 week ago by themifyme.
    Thread Starter Andrés Morales

    (@andresmortalc1)

    Thank you very much!

    Plugin Author themifyme

    (@themifyme)

    Hi,

    Glad we could help. If you like our products/services, please consider to rate us on our Facebook page: https://www.facebook.com/themify/reviews

    Have a good day!

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