Couple of queries...

Discussion in 'BlackBird WordPress Theme' started by iamjro, Mar 9, 2013.

  1. iamjro

    iamjro New Member

    Joined:
    Jan 30, 2013
    Messages:
    5
    Likes Received:
    0
    My site is http://theeverydayman.co.uk

    In the top right hand corner of my site I have the following contact options:

    twitter @everyday_man
    [email protected]
    facebook.com/TheEveryDayManBlog

    How can I get it to link directly when someone clicks on them instead of them having to copy and type into a browser themselves? I am not familiar with writing code or css so a step by step guide would be appreciated...


    Lastly am trying to change the colour of the text in the bottom left hand corner of my footer so it is white and matches the text on the right hand side.

    Thanks

    John

     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1. For your first issue

    Add an anchor tag in your text where you want clicking feature.

    For example
    Code:
    <a href="Enter your link address">Enter your text</a>
    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_bottom .footer_bottom_inner span.blog-desc {
    color: red;
    }
    Inplace of "red" put your color code.
     

Share This Page