- This topic has 8 replies, 2 voices, and was last updated 4 years, 6 months ago by
Ying.
-
AuthorPosts
-
September 17, 2021 at 11:56 am #1934079
Craig
I added the code snippet to activate the Read More button on the blog with the excerpt, but the button is gray with white text. I changed the button colors in the customizer – nothing happened. I then added the following custom CSS:
a.read-more.button {
float: right;
padding:0;
border-bottom: 2px solid green;
color: green;
background-color: transparent;
}
a.read-more.button:hover {
color: black;
}Which I grabbed from this forum – still nothing.
I always delete the cache and view in a private browser. I’m using GeneratePress with Elementor and I know I’m missing something. Can someone please direct me?
September 17, 2021 at 11:59 am #1934082Ying
StaffCustomer SupportHi Craig
Any chance you can link us to the site in question?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-informationLet me know 🙂
September 17, 2021 at 12:09 pm #1934093Craig
Absolutely, thank you very much.
September 17, 2021 at 12:15 pm #1934096Ying
StaffCustomer SupportHi Craig,
It looks all right on my end, and I tested your customizer settings at customizer > colors > buttons, it works as expected:
https://www.screencast.com/t/0XklUIazrJBW
https://www.screencast.com/t/n0dpuY32vCan you try clear browser cache or test in an incognito window?
Let me know 🙂
September 17, 2021 at 12:19 pm #1934103Craig
Thanks to your screenshot, it’s working perfectly. For some reason, even though I cleared the cache and tested on two different browsers in private mode (Edge and Firefox) it still displays gray/white for me. Guess I just need to wait, as it’s clearly working just fine.
Thank you, Ying!
September 17, 2021 at 12:25 pm #1934106Craig
Ying, would you please log out of the WordPress Admin and check the page and see if it still has the colors that are set?
The buttons look good with the right colors chosen in the Customizer but out of the Customizer, it seems to revert to the gray/white.
September 17, 2021 at 12:29 pm #1934109Ying
StaffCustomer SupportI’ve logged out and tested in an incognito window:
https://www.screencast.com/t/L0HvwFdJaTHWThe buttons look good with the right colors chosen in the Customizer but out of the Customizer, it seems to revert to the gray/white.
Usually it’s an cache issue if it works in customizer not on front end.
September 17, 2021 at 12:40 pm #1934119Craig
Thanks Ying – greatly appreciated. I guess I needed that independent confirmation. Many thanks.
September 17, 2021 at 1:07 pm #1934135Ying
StaffCustomer SupportYou are welcome 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.