Auto Parts Theme Header Customization

Home Forums All Other Themes Auto Parts Theme Header Customization

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #205844
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    How to do these few Auto Parts theme customizations:
    1. How to translate the SEARCH PRODUCTS text of the header search field into French?
    2. How to create a radius border on the header search field?
    3. How to hide MY CART $0.00 cart writing?
    Thanks in advance.

    #205850
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header-extras {
      display: none;
    }
    
    .head-info-area .search-field {
      border-radius: 10px;
    }
    .search-submit {
      border-radius: 0 10px 10px 0;
    }

    Regards,
    Dave

    #205860
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    1. I just wanted to make the writing “My cart $ 0.00” disappear and only keep the e-commerce cart.
    See screenshot: https://prnt.sc/nTonZBuMd-Hv
    How to do this ?
    2. How to modify the placeholder text “Search Product” of the header search field?
    Thanks in advance.

    #205877
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    1. I just wanted to make the writing “My cart $ 0.00” disappear and only keep the e-commerce cart???

    Remove this CSS code

    .header-extras {
      display: none;
    }

    Replace this CSS code.

    .price-total-text {
      display: none;
    }

    2. How to modify the placeholder text “Search Product” of the header search field??

    Ans: Tell me, what type of modification do you want to make in the search field?

    Regards,
    Dave

    #205890
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    In the product search field of the header, I would like to modify the text in French by putting QUE RECHERCHEZ-VOUS ? which means in English What Are You Looking For?
    Thanks.

    #205903
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Dave

    #205926
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    I increased the height of the LOGO in the SKT AUTO PARTS theme, the logo and the main menu are no longer centered vertically on Desktop and Mobile.
    See screenshot:
    On Computer: https://prnt.sc/mdXJZJUcROCY
    On Mobile: https://prnt.sc/sgOkTNDeu9Vk
    1. How to vertically center the logo and the main menu on Computer?
    2. How to vertically center the logo and the main menu on Mobile?
    The main menu on desktop appears to be horizontally aligned to the left.
    See screenshot: https://prnt.sc/_RaAZ2RAwXLo
    3. How do I align the main menu horizontally to the right?
    Thanks in advance.

    #205929
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    #206243
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    1. In the SKT AUTO PARTS theme, the Sticky Menu without the Top Bar is visible on the pages and not on the shop page (www.domain.com/shop) and the product pages.
    How to display the Sticky Menu on the shop page and product pages on Desktop and Mobile?
    2. The Sticky Menu is not visible on Mobile for pages
    How to display the Sticky Menu in the pages on the Mobile?
    Thanks in advance

    #206272
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (max-width:479px) {
    .mywrap {
      top: -130px;
    }
    }

    Regards,
    Dave

    #206320
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    1. In the SKT AUTO PARTS theme, the search field does not allow you to find a product by Stock Management Unit (SKU).
    How can the search field recognize products by SKU?
    2. How to rename the Stock-Keeping Unit (SKU) in Reference with the abbreviation Ref. ?
    Thanks in advance.

    #206330
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    1. The product search form will only allow search by product name. To enable search by sku you have to use some plugins.

    2. Unfortunately you can not rename SKU.

    Regards,
    Dave

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