New Landing How can we help? Themeforest Theme Support Neighborhood Change colour of current page on woocommerce product archive

Viewing 13 posts - 1 through 13 (of 13 total)
  • #105184
    Nickylew
    Member
    Post count: 35

    Hi,

    Struggling to change/over ride the css for this. I may have mentioned it before I cannot remember.
    Whatever I try I cannot get the background colour to change from the default themes ‘turquoise’ colour.

    Can you help me out here?

    Attached is the screenshot of the button I need to change.
    Need the background colour of the current page to be #575756.

    Many Thanks,

    Attachments:
    You must be logged in to view attached files.
    #105191
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    body.page-id-10302 #main-container{background:#575756 !important}
    Thanks 🙂
    With Best Regards
    Mohammad

    #105194
    Nickylew
    Member
    Post count: 35

    Hi,

    That didn’t work for me sadly. I also imagine that having one page id isn’t going to carry over once I move the site form testing surely…?

    Button highlighted with red!

    Cheers

    Attachments:
    You must be logged in to view attached files.
    #105206
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url to get exact quick solution.
    Thanks

    #105211
    Nickylew
    Member
    Post count: 35
    This reply has been marked as private.
    #105218
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current{background:#575756 !important}
    nav.woocommerce-pagination ul.page-numbers li a{background:#575756 !important}

    Thanks 🙂
    With Best Regards
    Mohammad

    #105226
    Nickylew
    Member
    Post count: 35

    Excellent!

    Im not sure why that was such a struggle but thank you. That has solved it.
    I definitely had something similar in there css wise but it wasn’t working. But thankfully this is.

    thanks

    #105228
    Nickylew
    Member
    Post count: 35

    I do have an unrelated question..

    I need to change one more section of text for when you have added a product to your ‘cart’.
    Instead of it saying cart I need it to read ‘price enquiry’

    See screenshot. Im not sure where to find this in order to override it in either my child theme files or with text changes plugin.

    thanks!

    #105229
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You forgot to attach screenshot and provide me specific page url.
    Thanks

    #105231
    Nickylew
    Member
    Post count: 35

    Ah!

    If you add this product to the cart. Choose option and add you will see above in the woocommerce message chart it reads ‘cart’.

    http://testing.atkeyandco.com/product/georgian-dado-rail/

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #105249
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom php code at function.php of child theme.

    add_filter( 'woocommerce_add_to_cart_message','custom_add_to_cart_message' );
    function custom_add_to_cart_message() {
      global $woocommerce;
      $message = 'Product was successfully added to price enquiry';
      return $message;
    }

    Thanks

    #105258
    Nickylew
    Member
    Post count: 35

    I have added that, refreshed page and tried again, then emptied cache, refreshed and tried again. But sadly that hasn’t worked for me. Still saying exact same thing. ‘product name’ was successfully added to cart

    #105275
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It woocommerce related issue So please contact at https://support.woothemes.com/ to get right suggestion.
    Thanks 🙂
    With Best Regards
    Mohammad

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

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

License required for the following item
Login and Registration Log in · Register