Making WordPress.org

Opened 16 months ago

Last modified 16 months ago

#6990 new defect (bug)

Text is not visible when hover over it.

Reported by: himshekhar07's profile himshekhar07 Owned by:
Milestone: Priority: normal
Component: Swag Store (mercantile.wordpress.org) Keywords: needs-patch
Cc:

Description

On this page https://mercantile.wordpress.org/product/wp20-code-is-poetry-t-shirt/ when I hover over the "View cart" text it is not properly visible due to the dark background colour and dark text colour.

Here is the screenshot:
https://share.cleanshot.com/kJ0c3F1949p0NQ7MRhTF

Attachments (2)

CleanShot 2023-05-16 at 16.01.50@2x.png (1.3 MB) - added by himshekhar07 16 months ago.
CleanShot 2023-05-16 at 16.17.07@2x.png (29.9 KB) - added by himshekhar07 16 months ago.
After applying solution

Download all attachments as: .zip

Change History (5)

#1 @himshekhar07
16 months ago

.woocommerce-page .wp-site-blocks a.button:not(.loading):hover{
color: var(--wp--preset--color--base) !important;
}

@himshekhar07
16 months ago

After applying solution

#2 @sakibmd
16 months ago

Here when we hover over the "View cart" button, if we give the opportunity to set a text color option when selecting a background color then it could be a good solution.

In this way, we can easily handle the visibility problem.

#3 @dd32
16 months ago

  • Component changed from WordPress.org Site to Swag Store (mercantile.wordpress.org)
Note: See TracTickets for help on using tickets.