Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #223150

    After this last update it has changed the color of the text in the buttons. I don’t have any custom css for it so I did not lose it with the update but I can’t find how to change the text color inside buttons.

    #223197

    Hi!

    Try this:

    .button, .button *{
    color: red !important;
    }

    Cheers!
    Josue

    #223201

    Thanks, I’m not actually trying to change the color of the button but rather the color of the text inside the button. I have the blue splash color scheme chosen which formerly had white text inside the buttons however now its dark grey. Makes the text very hard to read.

    #223204

    Hey!

    That code should change the text color, can you post a link to your website?

    Regards,
    Josue

    #223252

    The site is lifepointohio.com

    You can see some buttons at: http://lifepointohio.com/missions/international/

    Is there a way I can set the default text to white without any code? Hate to have to fix this after every update.

    #223393

    Hey!

    Text is white on my end http://i.imgur.com/Nk6rtPJ.jpg
    You can keep the code in Quick CSS section and update your theme and custom CSS code will not be lost.

    Regards,
    Yigit

    #223627

    Hey!

    Add this too:

    .avia-button-wrap * {
        color: white !important;
    }

    Best regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.