Hello, how can i hide the title text on the intro header at a single post?
Hello,
You can hide it, by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing it?
Thanks
Okay, thanks. Yes, can you help me with the CSS code?
Please, use the following code:
#Intro .intro-title{ display: none; }
Great, thank you
Comments
Hello,
You can hide it, by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with writing it?
Thanks
Okay, thanks. Yes, can you help me with the CSS code?
Please, use the following code:
Thanks
Great, thank you