-
AuthorPosts
-
April 8, 2022 at 12:02 pm #1347697
Hello,
I have a strange problem. The border color of the searchbar on my website auteltech.nl is red (The way I want it).

However, if I visit a Woocommerce product page the border color changes to white and also the background of the search items turn white, so that makes it unreadable.


Any idea what might be the solutions for this problem?
Thanks!April 8, 2022 at 2:13 pm #1347716Hey EricSmeets,
After logging in, your site redirects to your hosting login screen. Where can we see the actual problem?
Best regards,
RikardApril 8, 2022 at 2:44 pm #1347721Ah yes, I see. Can you please try again?
April 8, 2022 at 6:02 pm #1347738Hi,
Thanks for that. This CSS is causing that to happen:
@media only screen and (min-width: 1025px) { .single-product form { position: absolute !important; width: 65%; right: 0; } }Do you know where that might have been added?
Best regards,
RikardApril 11, 2022 at 10:21 am #1347936Yes, indeed. This is located in the quick css area. I deleted it and then the problem is gone. However this piece of code is needed to change the location of the ‘add to basket’ button and the other items around it. So I prefer not to delete the code (see screenshots below with and without the code.)
With the code:

Without the code:

-
This reply was modified 3 years, 7 months ago by
EricSmeets.
April 11, 2022 at 11:03 am #1347941Hi,
Please try this CSS instead:
@media only screen and (min-width: 1025px) { .single-product .single-product-summary form { position: absolute !important; width: 65%; right: 0; } }Best regards,
RikardApril 11, 2022 at 11:10 am #1347942Great once again! Thanks!
April 11, 2022 at 3:24 pm #1347964 -
This reply was modified 3 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
