hi
How to disable Page Title in ZeeBusiness Theme
Thanks
hi
How to disable Page Title in ZeeBusiness Theme
Thanks
The page titles can be hidden using CSS - "display: none;" As noted in your other thread, first create a child theme and post a link to your site for further help.
Hi WPyogi
Can u please tell me where i need to write this line
Thanks
I found a demo of the theme, so try this code -- put it in the child theme style.css file:
.entry h2, .comment h2 {
display: none;
}Hi Wpyogi
Thanks
You must log in to post.