Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #85288
    yogawithagnes
    Participant

    Hi,

    How can I remove the search bar from the header section (right of the site title)?

    http://yogawithagnes.com/

    Thanks!
    Agnes

    #85314
    Pratik
    Keymaster

    Hi @yogawithagnes,

    If you upgrade to Clean Journal Pro version, that area will become Header Sidebar Widget Area. You will have option to add other widgets in this area and remove it.

    In free version, we can hide it by using Custom CSS. To hide that bar, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    .sidebar-header-right {
        display: none;
    }
    

    Let me know how it works out.

    Regards,
    Pratik

    #85320
    yogawithagnes
    Participant

    Thank you Patrik, it worked great! 😀

    #85339
    Pratik
    Keymaster

    Hi @yogawithagnes,
    I am glad it worked out.

    If you liked our theme and support, please give us your valuable review at https://wordpress.org/support/view/theme-reviews/clean-journal.

    Thanks,
    Pratik

    #85512
    yogawithagnes
    Participant

    thank you, I did

    #85540
    Pratik
    Keymaster

    Hi @yogawithagnes,

    Thank you for your valuable review. Have a nice day.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove search bar from header’ is closed to new replies.