can I add a third column to add a text

Discussion in 'Traffica WordPress Theme' started by honory2009, Apr 4, 2015.

  1. honory2009

    honory2009 Member

    Joined:
    Oct 10, 2013
    Messages:
    169
    Likes Received:
    3
    Hi,
    Is it possible to add a third column to add a text as per screen shot below? my site is www.ecctz.com
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, honory2009!

    Please follow the screenshot given below.
    traffica_add_text_in_footer.png
    PHP:
    <div class="grid_8">     
            <
    class="footer_text">This site was developed by <span>xyz.com</span></p>
            </
    div>
    Now, paste the CSS code in custom css section.
    Code:
    p.footer_text span {
      color: green;
    }

    Thanks,
    Praveen
     

Share This Page