How do I reduce the size of the text on the arrow on footer that reads "Need help? Mail Us!" on the demo theme?
Reduce Text Size of the Footer "Need help? Mail Us!"
5 posts from 4 voices-
Posted 3 months ago #
-
Hi,
Just add this on your Quick CSS or custom.css
#top .footer_arrow .inner_content h3 { font-size: 12px; }Regards,
IsmaelPosted 3 months ago # -
Hi Ismael,
and to change the background color of the arrow ?
many thanks
Posted 2 weeks ago # -
It's possible to change the background color of the arrow from the Replete Theme Options.
Posted 2 weeks ago # -
Insert following code into the quick css field and change the color values:
.footer_color .footer_arrow div, #top .footer_color .footer_arrow .inner_content { background-color: #f9d3c4; color: #fff; border-color: #f9d3c4; }Posted 2 weeks ago #
Reply
You must log in to post.














