T
T
tr1ck12020-02-29 01:21:03
WordPress
tr1ck1, 2020-02-29 01:21:03

How to make buttons shiny in wordpress?

in many themes I saw a beautiful shiny button or background color (for example, on rakuten.com), how to do this? What plugin or elementor?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pereyaslavskiy, 2020-02-29
@pereyaslavskiy

Are you talking about gradients?
background: linear-gradient is called, one line of css can be added. Installing a plugin for the sake of this is somehow already too much.
Here's a generator for you: https://cssgradient.io
and add at least a button as a background through css
like this:

button{background: linear-gradient(90deg, rgba(135,62,177,1) 0%, rgba(63,154,225,1) 100%);}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question