Home › Forums › WordPress Themes – Premium › Lavish Pro › Copyright › Reply To: Copyright
November 16, 2015 at 6:50 am
#22094
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