Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #512457

    Hi there,

    I’m working on a site and I want to use the translucent dark button but I want the text and border to be red.
    I tried the code in this post: https://kriesi.at/support/topic/change-colour-translucent-buttons/
    But apparantly thats just for the slider translucent buttons.

    Also i was wonder if it’s possible to add ccs per translucent dark button…
    So i.e. can i make one translucent dark button change to red and another to blue?

    Hope you can help me out.

    I added an screenshot of what im trying to make.

    button

    #512550

    Hi MulderMind!

    Thank you for using Enfold.

    Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the button, add a custom css class attribute. Use “red-button” for example, add this in the Quick CSS field:

    #top .red-button .avia-button.avia-color-dark {
        border: 3px solid #000;
        color: red;
        border-color: red;
    }

    Cheers!
    Ismael

    #512648

    Great – exactly what I was looking for :)

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Translucent buttons color styling’ is closed to new replies.