Jump to content

How to make button on top of a Elementor 'Call to action' translucent


Recommended Posts

How to make button on top of a PS Elementor 'Call to action' translucent.

Its not in the button setup ?? I think maybe a bug? as its missing or fogot about.

I suppose some custom CSS, but any ideas please.

Link to comment
Share on other sites

  • 2 weeks later...

Hello,

in Creative Elements, you also have the option to set a transparent color for the button background and text color.
But if you want to do it from CSS with the opacity property, you can also use this Custom CSS:
 

selector .elementor-button {
  opacity: 0.8;
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...