Home Forums WordPress Themes – Premium Lavish Pro Copyright Reply To: Copyright

#22094
Sushil Adhikari
Moderator

Hi there,

Currently their is no any customize option to hide the copyright bar, but you can use custom css to hide the bar.
Please use the following custom css to hide the copyright bar.


.copyright  p {
 display: none;
}

Note: Please use the child theme for using custom css, so the customization that you have done doesn’t get lost on theme updates.

Thanks