• Resolved se6bell2901

    (@se6bell2901)


    Hello,

    I want to remove the search box from my About Me and My Story pages. I think I go to Customize >> Kyma Option >> and then what?. Any help is appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello @se6bell2901,

    Please use below css rule to hide search box on above mansion pages.

    .page-id-153 .widget_block .search_block, .page-id-151 .widget_block .search_block{
    	display: none;
    }
    
    .page-id-153 .widget_block, .page-id-151 .widget_block{
    	border-bottom: none;
    }

    Thank You

    Thread Starter se6bell2901

    (@se6bell2901)

    Thank you, that worked. Is there a CSS to eliminate the archives from the About Me and My Story pages?

    Hi,

    Here we want to suggest you if you don’t want any widget on page you can use “page full width” template.

    Or you can remove by using below Custom CSS Rules:

    .page-id-153 .widget_block, .page-id-151 .widget_block{
    	display: none;
    }

    Save the changes.

    Thank You

    Thread Starter se6bell2901

    (@se6bell2901)

    it worked. Thank you.

    Most Welcome 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Search Box from Certain Pages’ is closed to new replies.