This topic has 2 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Rose Tyler
Hi
I was trying to change the size of text of my copyright (bottom on my footer). I tried the css code:
.copyrights-widget.widget_text {font-size: 7px !important;}
but it doesn’t work. Would you mind helping me.
Thanks
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.footer-copyrights p {
font-size: 7px !important;
}
Regards
The issue related to '‘How to change the size of the copyright text on my footer’' has been successfully resolved, and the topic is now closed for further responses