button colour change

Posted in: Newspaper
Post count: 15

how can change my button font and HOVER TEXT COLOR in under post button

Post count: 27744

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!

Post count: 15

https://www.screencast.com/t/ISRpPo1pN17

how to change this button font text and background colour { HOVER TEXT COLOR } in under post button

Post count: 27744

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!

Post count: 15

and how to change font

Post count: 15

my question is how to change button HOVER COLOR like gray to other colour. not chnage HOVER

Post count: 27744

Hello,

For me, the style looks like this -> https://www.screencast.com/t/ml308FyFoEYR the hover color is only in the backend.

Thank you!

Post count: 15

I know all this but I want to know how to change the font of the text of the button.

Post count: 15

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.

Post count: 27744

Hello,

Customize the font and hover color for buttons, can be done only with custom code CSS.
.wp-block-button__link
{
font-family: 'Zilla Slab', serif!important;
}
-> https://i.imgur.com/UCyMkJt.jpg
Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.

Thank you!

Post count: 15

Thanks to you can you share hover code be like this. So that I can customize the gray hover color of the button.

Post count: 27744

Hello,
This is the code for hover color
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
background-color: red!important;
}

Thank you!

Post count: 15

very very thank you ji

Viewing 13 posts - 1 through 13 (of 13 total)
The forum ‘Newspaper’ is closed to new topics and replies.