Okay
  Public Ticket #2108744
Button Variations
Closed

Comments

  • Elena started the conversation

    Hello,

    I can not figure out how to customize the look (size, color) of the buttons on the Proton theme. How do I do this?

    Thanks

  •  675
    Neuron replied

    Hi,

    What button exactly, can you please provide me with a screenshot or an URL, so I can check easier.

    The regular buttons are changed like this.

    - http://prntscr.com/oq18vn

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Elena replied

    Hi Thanks for the reply. I looked at your screenshot, but I don't even know how to get to that window in Wordpress. Can you layout the navigation for me? You can take a look at my website: https://bit.ly/2yNo0hz

    I'm looking to change the color and shape of my product buttons, and the button on my sidebar.

  •  675
    Neuron replied

    Hi,

    1) Sure, this is the following selector for the button on the shop.

    .wrapper .shop div.product .product_type_simple {
        // Your CSS comes here
    }

    You can add the Custom CSS in Theme Options > General > Custom CSS.

    2) And this is for the input button in sidebar.

    .sidebar input.button {
        // Your CSS comes here
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.