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

    Uses theme color for majority of the buttons, noticed the button text changed to black after upgraded theme to 2.3.2.

    Thank you,

    #178001
    This reply has been marked as private.
    #178523

    Hey! Would you mind trying to re-save the styling for your homepage once? This might actually solve the issue. If it doesn’t please let us know :)

    Cheers!
    Kriesi

    #178930

    Hi Kriesi,

    Yes, just did a re-save of the page but still the buttons using default theme color are in black with a theme background which in our case is deep blue.

    Strange thing is buttons using non-theme color are showing up fine with fonts displayed in white. I took a look at the CSS file and found adding “!important” to the end of below line would solve it but this means another change to the default theme configuration which would not be a prime choice if we have another solution.

    change to shortcode.css line 415 would make the button text in white.
    body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover{
    color: #fff!important;

    Thanks,

    #179458

    Hey!

    You can actually place the code on your custom.css file or Quick CSS field:

    body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover{
    color: #fff!important;
    }

    The test link leads to a 404 page.

    Cheers!
    Ismael

    #182903

    Added the code to custom.css file.

    the error page is probably caused by permalinks problem…

    thanks.

    #183245

    Hi!

    Glad it is fixed. :)

    Cheers!
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘button text color changed to black after upgrading to 2.3.2’ is closed to new replies.