Hi,
Can you please advice on the following:
1. How to change the copyright info on the socket.
2. Change the colour of the socket #670505.
Thanks for your assistance.
Best regards.
Hi,
Can you please advice on the following:
1. How to change the copyright info on the socket.
2. Change the colour of the socket #670505.
Thanks for your assistance.
Best regards.
Hi,
1) you can open up your footer.php and edit this:
© <?php _e('Copyright','avia_framework'); ?> - <a href='<?php echo home_url('/'); ?>'><?php echo get_bloginfo('name');?></a> - <a href='http://www.kriesi.at'>Theme Design by Kriesi.at</a></span>
2) In your custom.css or Quick CSS you can add
#socket{background-color:#670505;}You must log in to post.