New Landing How can we help? Themeforest Theme Support Neighborhood Breadcrumb Colour issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • #181980
    mtroubat
    Member
    Post count: 199

    Hello,

    I have few customization issues

    1) I dont understand why the notifications are now on the top of my site when i add a product
    2) How do i change the background colour of the breadcrumb ?
    3) How do i change the font and background colour of the add to cart button ?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #182120
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    1)That seems some conflict caused by a plugin. Try to disable them all except Woocommerce, clear the cache and try again.

    2) Add the code below to your custom css. Adjust the color to your needs.

    #breadcrumbs {
      background: #ffffff!important;
     }

    3)Add the code below to your custom css. Adjust the color and font family to your needs.

    
    .woocommerce form.cart button.single_add_to_cart_button, .woocommerce p.cart a.single_add_to_cart_button, ul.products li.product a.quick-view-button, .woocommerce div.product form.cart .button.add_to_cart_button {
      background: #F2F2F2!important;
      font-family: Arial!important;
    }

    -Rui

    #182174
    mtroubat
    Member
    Post count: 199

    Hello Rui,

    Thanks i will try. But when i change the backgroung, it only change the add to cart button, not the whishlist one. Could you please give me the code for that ?

    Thanks

    #182179
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce form.cart .yith-wcwl-add-to-wishlist a {
        background: #ff0000 none repeat scroll 0 0 !important;
    }

    Thanks
    Mohammad

    #182435
    mtroubat
    Member
    Post count: 199

    Thanks Mohammad !

    #182441
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register