• Dear community,

    I have a problem with changing a hover green color over categories in left side bar widget, on a product title in the cart, and in the checkout, on “calculate cost of delivery” link and on text in the payment button. Checked everywhere and lost control over changing this color.

    I have all plugins updated, WP, Woo, cashe was purged, CSS regenerated. I do not use other custom CSS than background filter on the menu. I have tried in the wordpress>appearance everywhere. I have Elementor Pro with Ocean WP.

    Thank you,
    Tobiasz

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Sorry but not clear with the issue.
    Do you want to remove that hover green color?

    Kindly share the snapshot of the sections where you get the issues and some more details of the issue.

    Thread Starter mawima

    (@mawima)

    Dear Abhishek,

    Here are screenshots. I want to change hover green color ??

    https://drive.google.com/drive/folders/1pjRmGWIzJpNpYYiQEva8IDLeY97HLiM-?usp=sharing

    Kind regards,
    Tobiasz.

    Please try the below CSS codes, and check.

    .sidebar-container .widget_product_categories li a:hover {
        color: #1515ef;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
        color: #124ce3;
        background-color: #6ce76c;
    }

    PS- Change the color code according to need.

    Thread Starter mawima

    (@mawima)

    Dear Abhishek,

    Thank you for you assist. The CSS helped. However it turned out that the CSS brought problem elsewhere:

    1. Breadcrumbs – I lost control over hover color. It is green. I style them in Customizer > Personalization > General Options > Page Title. I was managed to change only separator color.

    2. I still have one text green on hover in the cart “OBLICZ KOSZTY WYSY?KI”. I was trying to change the global link color on the Customizer, but I can only change the main color, while hover color is not responding.

    I have to more problems:

    3. I lost ajax add to cart functionality – It was in Customizer > Woocommerce > Single Product – now the ajax add to cart checkbox is replaced with top bar checkbox ?? – I work on other ecommerce, same environment, and the ajax is there

    4. From where can I style search result page?

    Please find link to scree shots:
    https://drive.google.com/drive/folders/1t8JszCdUDoB6ZHpm7UAKHTLtJnqmRDkb?usp=sharing

    Thank you for your kind and valuable help,
    Tobiasz.

    Thread Starter mawima

    (@mawima)

    Dear Abhishek,

    Please disregard point 4 – I found it.
    Thank you,
    Tobiasz.

    Thread Starter mawima

    (@mawima)

    Dear Abhishek,

    Would appreciate your further assitacnce on last 3 problems ??

    1. Breadcrumbs – I lost control over text hover color. It is green. I style it in Customizer > Personalization > General Options > Page Title. I was managed to change only separator color.

    2. I still have one text green on hover in the cart “OBLICZ KOSZTY WYSY?KI”. I was trying to change the global link color on the Customizer, but I can only change the main color, while hover color is not responding. Same on search page results texts.

    3. I lost ajax add to cart functionality – It was in Customizer > Woocommerce > Single Product – now the ajax add to cart checkbox is replaced with top bar checkbox ?? – I work on other ecommerce, same environment, and the ajax is there`

    Hello,

    1. Please try the below CSS code.

    .site-breadcrumbs a:hover {
        color: #0f0fbe;
    }

    PS- Please change the color code according to need.

    2. PLease share the page URL where you have this issue and related snapshot.

    3. All the products showing out of stock so unable to check the issue. can you please replicate the issue on a page and share the page URL with the snapshot.

    Thread Starter mawima

    (@mawima)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Category link hover color in a widget and checkout page.’ is closed to new replies.