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

    hallo,

    noch eine merkwürdigkeit, buttons.

    Einstellung:
    Einstellung

    Aussehen:
    Button

    da klemmt doch was, oder?

    bis dann, marco.

    #231636

    Hi netztaucher!

    Can you post the link to your website so we can take a look?
    You can add following code to Quick CSS to change the color to white manually

    body div .avia-button { color: white !important; }

    Regards,
    Yigit

    #231651
    #231662

    Hey!

    You have following custom CSS code added in Quick CSS section

    .avia-button.avia-size-small, .avia-button.avia-size-medium, .avia-button.avia-size-large {
    color: black!important; }

    !important rule stops the code from applying. Please change it to

    .avia-button.avia-size-small, .avia-button.avia-size-medium, .avia-button.avia-size-large {
    color: black; }

    Then you can remove the code i have posted here https://kriesi.at/support/topic/button-fehlerhaft/#post-231636

    Regards,
    Yigit

    #231675

    o.k. fixed.

    bis dann, marco.

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