How to hid category title and categories without hiding category images
-
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings
.nav-shop {
opacity: 0;
visibility: hidden;
}
Regards
Thanks Team,
Need one more help, I also want to hide page title and breadcrumb for this page https://prnt.sc/kgpvm6
Page Link: https://www.flapos.com/submit-your-artwork/
Thanks
Hello,
Enter the page editing mode and add this CSS to the Theme Settings > Custom CSS:
.page-title .entry-title,
.page-title .breadcrumbs {
opacity: 0;
visibility: hidden;
}
Best Regards
I want to hide it for this particular page only..
I want to hide it for this particular page only.. 8m applying this given CSS but it is disabling page title and breadcrumbs from all pagea
Hi,
Try to remove the previous code snippet from global theme settings CSS area and paste it in custom code area for the particular page that can be found in page editing interface. Please check the screenshot (http://prntscr.com/kgwusv).
Regards
Thanks, but image size reduce after adding adding this css https://prnt.sc/kgx1xg
Link: https://www.flapos.com/submit-your-artwork/
Thanks team,
I have replaced that code with with one.
.entry-title{
opacity: 0;
visibility: hidden;
}
.breadcrumbs{
opacity: 0;
visibility: hidden;
}
If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to hid category title and categories without hiding category images’ is closed to new replies.