Please or Register to create posts and topics.

Buttons text not visible.

Hello. I’ve set the overall forum color to black to match my blog’s design but there’s a problem: The text is not visible when I pass the cursor over the button.

 

What should I do? I can’t find the CSS code for the buttons text color.

 

Thanks in advance.

 

Uploaded files:
  • Captura-de-pantalla-2020-08-14-a-las-18.45.14.png

Hey @lexiture,

please try the following CSS:

#af-wrapper .button.button-normal {
    color: #fff !important;
}

// for the red button
#af-wrapper .button.button-red {
    color: #fff !important;
}

 

Asgaros and Lexiture have reacted to this post.
AsgarosLexiture
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.

Thank you, for some reason the red button text is still black. Any advice?

 

 

Hey @lexiture,

please try this for the red button:

#af-wrapper .button.button-red {
    color: #fff !important;
}

But keep in mind that this is only the hover color of the text.

Asgaros and Lexiture have reacted to this post.
AsgarosLexiture
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.