Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!

    #1347716

    Hey EricSmeets,

    After logging in, your site redirects to your hosting login screen. Where can we see the actual problem?

    Best regards,
    Rikard

    #1347721

    Ah yes, I see. Can you please try again?

    #1347738

    Hi,

    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,
    Rikard

    #1347936

    Yes, 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:
    With the code.

    Without the code:
    Without the code.

    • This reply was modified 2 years, 7 months ago by EricSmeets.
    #1347941

    Hi,

    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,
    Rikard

    #1347942

    Great once again! Thanks!

    #1347964

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.