how can change my button font and HOVER TEXT COLOR in under post button
Hello,
Please provide more information about this issue or what you tried and it is not working.
A solution for sending a screenshot or video is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.
Thank you!
https://www.screencast.com/t/ISRpPo1pN17
how to change this button font text and background colour { HOVER TEXT COLOR } in under post button
Hello,
The hover color for these buttons can be changed only if you use a Custom code CSS -> https://gutenberghub.com/10-stunning-button-hover-effects-for-gutenberg-button-block/ -> https://github.com/WordPress/gutenberg/issues/4543
Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.
Thank you!
my question is how to change button HOVER COLOR like gray to other colour. not chnage HOVER
Hello,
For me, the style looks like this -> https://www.screencast.com/t/ml308FyFoEYR the hover color is only in the backend.
Thank you!
I know all this but I want to know how to change the font of the text of the button.
https://www.screencast.com/t/WyKSyB6Nb
see this my website font not match my button font.
I don’t see any option anywhere to change the font of the button’s text.
Hello,
Customize the font and hover color for buttons, can be done only with custom code CSS.
.wp-block-button__link -> https://i.imgur.com/UCyMkJt.jpg
{
font-family: 'Zilla Slab', serif!important;
}
Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.
Thank you!
Thanks to you can you share hover code be like this. So that I can customize the gray hover color of the button.