Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #567178

    Hey,

    this code is not working, it creates a black background
    http://www.coolbudgethotels.com/byron-bay/

    .your-custom-class .avia_iconbox_title {
    font-size: 16px !important;
    color: black !important;
    font-family: oswald !important;
    }

    Thanks
    Charlotte

    #567182

    Hi Charlotte!

    I cannot see your custom class name on your element. Can you please make sure that you have set it once again? If it is “button”, please change it to something else as “button” is a very popular class by themes and plugins and could cause a conflict

    Best regards,
    Yigit

    #567202

    Ok…thanks

    I change to “knapp” but no change, only the black background is gone

    .knapp. avia_iconbox_title {
    font-size: 16px !important;
    color: black !important;
    font-family: oswald !important;
    }

    #567210

    Hey!

    Your code should be

    .knapp .avia_iconbox_title {
    font-size: 16px !important;
    color: black !important;
    font-family: oswald !important;
    }

    Space should be before second dot and not after

    Cheers!
    Yigit

    #567211

    Thanks :))

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Button element’ is closed to new replies.