Copyright footer

Discussion in 'Cloriato WordPress Theme' started by nfelectrical, Apr 26, 2013.

Thread Status:
Not open for further replies.
  1. nfelectrical

    nfelectrical New Member

    Joined:
    Mar 19, 2013
    Messages:
    13
    Likes Received:
    0
    Can I add a 'copyright company name' text to the bottom of the theme? In the center?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to footer.php present in your theme directory and add the code given below
    Code:
    <p>Enter your text here</p>
    Sending image for reference

    [​IMG]


    Now,

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


    Code:
    .footer-space p {
    text-align: center;
    color: red;
    }
    This will solve your issue.
     
  3. nfelectrical

    nfelectrical New Member

    Joined:
    Mar 19, 2013
    Messages:
    13
    Likes Received:
    0
    Great, thanks.
     
Thread Status:
Not open for further replies.

Share This Page