Viewing 7 posts - 1 through 7 (of 7 total)
  • #283747
    chmorelock07
    Member
    Post count: 8

    Two things that I thought I fixed.

    1: On this page: http://robswildwood.com/product-category/bottle-openers/ and all other woocommerce category pages, there is a while line that is like 1 px just above the page title. How can I remove this?

    2: In the nav bar, I cannot figure out how to change the shopping bag logo to white so t matches everything else.

    Please advice.

    #283839
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this to your custom css:

    .page-heading {
      border-bottom: 0!important;
    }
    

    2) It’s not possible as the shopping bag icon is an image, you would have to go to wp-content/themes/neighborhood/images/shopping_bag_icon.png and download it, change it to white in photoshop and then reupload

    Or you can remove it with this css:

    .menu > li.shopping-bag-item a > i.sf-cart, .mobile-cart-link i.sf-cart {
      display: none;
    }

    – Kyle

    #283984
    chmorelock07
    Member
    Post count: 8

    I have entered your code, but the line is still there. It only shows on the Woocommerce Product Categories pages.

    #283985
    chmorelock07
    Member
    Post count: 8

    I have entered your code, but the line is still there. It only shows on the Woocommerce Product Categories pages. If you could just tell me how to hide the page title for the woocommerce categories that would also solve the issue. It wont go away.

    #283994
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve put a double dot, should only be 1 http://d.pr/i/1dIhg/4w3aB5XT

    – Kyle

    #283996
    chmorelock07
    Member
    Post count: 8

    Got it! Thanks! Also fixed the icon by editing the image. Thanks a million!

    #283999
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 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