Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1153656

    Hi there,

    I am using your theme to build a new website. It works great.

    I have 1 question about the styling of the buttons.

    I created css to make the regular buttons apear pink. But now my transparent buttons are pink as well.

    This is the code I have used
    ‘.avia-button {
    background-color:#c78a74!important;
    }

    .main_color input[type=”submit”] {
    background: #c78a74;
    color: white !important;
    }’

    Can you help me make them transparent again without loosing the pink on the normal buttons?

    Hope to hear form you!

    Laura

    #1153852

    Hey LauraInBloeiCoaching,

    Add this to quick css:

    #top .avia-button.avia-color-light{
    background:transparent!important;
    }

    Best regards,
    Jordan Shannon

    #1153935

    Thanks very much Jordan!!

    This works perfect 👌

    #1154073

    Hi,

    Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Styling transparent button’ is closed to new replies.