Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1834437
BUTTON BACKGROUND COLOUR
Closed

Comments

  • Petr started the conversation

    Hi there,i would like to ask, how to change background colour of every button on page? Now its pink - On picture called ´Filtr´.

    Thank you very much.

  •  1,845
    Elated replied

    Hi,

    We check a issue and make a custom CSS code to make a all Woo Commerce button in different color. 

    .widget.woocommerce.widget_price_filter .price_slider_amount .button{
        background-color: #006cff!important;
    }

    And you will get a layout like on screenshot below. 

    9423568660.png


    We are here if you have any additional questions. Have a nice weekend!wink.png

    Best Regards, Mike 


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Petr replied

    Thank you for your time.

    With you css i finally changed all buttons by box-shadow script.

    But thanx a lot.