GeoCraft - Edit Footer Text / Bottom Footer / Copyright Area

Discussion in 'GeoCraft WordPress Theme' started by TSMM, Jan 11, 2013.

  1. TSMM

    TSMM Member

    Joined:
    Dec 28, 2011
    Messages:
    65
    Likes Received:
    2
    I found that you can edit the text that shows in the very bottom copyright area of the website under Geocraft > Theme Options > Footer Settings. I entered - Designed and supported by <a title="Townsville Social Media Marketing" href="http://townsvillesocialmediamarketing.com" target="_blank">Townsville Social Media Marketing</a>

    I want to display a hyperlink to us as the creators of the website. How can we edit the color of the hyperlink, which currently displays as blue/green. http://inghamnorthqld.com.au/
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_bottom .copy_right {
    color: your color value;
    }
     

Share This Page