Removing Search icon/feature in header

Home Forums All Other Themes Removing Search icon/feature in header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #204622
    John BroomJohn Broom
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: March 10, 2023

    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?

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

    Hi,

    Your website is on under construction mode. Therefore we are unable to check the issue.

    Tell me, which theme are you using?

    Regards,
    Chris

    #204632
    John BroomJohn Broom
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: March 10, 2023

    I 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!

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

    Hi,

    Kindly use this one:

    .header-extras li:nth-of-type(1) {
      display: none;
    }

    Regards,
    Chris

    #204647
    John BroomJohn Broom
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: March 10, 2023

    Chris, 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/

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

    Hi,

    Kindly use this CSS.

    .header-extras {
      display: none;
    }

    Regards,
    Chris

    #204660
    John BroomJohn Broom
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: March 10, 2023

    Thanks Chris! Most appreciated!

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

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

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