badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Need Help in Editing Some Sections

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #79319

    1)How to Remove Header Area http://prntscr.com/tgn0vv
    2)How to Remove Category: ‘Category Name’ in specific Categories http://prntscr.com/tgn16w

    #79386

    Hi Sdrajakarunabusiness,

    To remove the Navbar Head (Header Area), please go to ‘Appearance > Customize > Additional CSS’ and paste the below Code.

    .navbar-head {
    	display: none;
    }

    Note: If you want to show Site Title, Logo Image or Header Banner then you can remove the above provided code again.

    and To remove The Category Label on specific Category then please add the below code to the same Additional CSS Field as mention above.

    body.category-XYZ .site-main .page-header {
    	display: none;
    }

    Note Please replace the Category Name instead of ‘XYZ’ on above mention Code. If the Category Name has more than 2 words then you can add Dash (-) on space between words like ‘hello world’ to ‘hello-word’.

    Thanks

    #79492

    Thank you. It worked 🙂

    #79542

    Welcome anytime @sdrajakarunabusiness

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