Home › Forums › All Other Themes › Auto Parts Theme Header Customization
- This topic has 11 replies, 2 voices, and was last updated 1 year, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
June 13, 2023 at 12:55 pm #205844
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.June 13, 2023 at 6:31 pm #205850Hi,
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,
DaveJune 14, 2023 at 1:56 pm #205860Hi,
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.June 14, 2023 at 6:03 pm #205877Hi,
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,
DaveJune 15, 2023 at 1:19 pm #205890Hi,
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.June 16, 2023 at 5:53 pm #205903Hi,
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,
DaveJune 19, 2023 at 2:56 pm #205926Hi,
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.June 19, 2023 at 5:55 pm #205929Hi,
Kindly show us your website URL?
Regards,
DaveJuly 12, 2023 at 12:04 pm #206243Hi,
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 advanceJuly 13, 2023 at 11:29 am #206272Hi,
Kindly use this CSS.
@media screen and (max-width:479px) { .mywrap { top: -130px; } }
Regards,
DaveJuly 17, 2023 at 11:48 am #206320Hi,
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.July 17, 2023 at 7:10 pm #206330Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.