Home › Forums › All Other Themes › Removing Search icon/feature in header
- This topic has 7 replies, 2 voices, and was last updated 1 year, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
March 30, 2023 at 6:38 am #204622
I want to remove the search feature in the header of my website
https://dare2bbare.com/staging/1016/ is the staging site
https://dare2bbare.com/ will be the ultimate website
Can you give me the custom CSS code to put in?March 30, 2023 at 9:28 am #204627Hi,
Your website is on under construction mode. Therefore we are unable to check the issue.
Tell me, which theme are you using?
Regards,
ChrisMarch 30, 2023 at 3:50 pm #204632I am using the Spa theme…
At one point Sonnal had given me this string of code and it worked
.header .centerlogoarea .header-extras{display:none !important;}However I had to delete the staging site and then recreate and rebuild everything and now that no longer works
thanks!March 30, 2023 at 4:11 pm #204634Hi,
Kindly use this one:
.header-extras li:nth-of-type(1) { display: none; }
Regards,
ChrisMarch 31, 2023 at 4:19 am #204647Chris, the magnifying glass is gone but there is still something below the header on the right, like a fragment of red or something – take a look
https://dare2bbare.com/staging/1016/March 31, 2023 at 9:05 am #204650Hi,
Kindly use this CSS.
.header-extras { display: none; }
Regards,
ChrisMarch 31, 2023 at 4:43 pm #204660Thanks Chris! Most appreciated!
March 31, 2023 at 4:56 pm #204661Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.