Footer text issue

Discussion in 'Local Business WordPress Theme' started by getmobile360, Jan 16, 2013.

  1. getmobile360

    getmobile360 New Member

    Joined:
    Nov 26, 2012
    Messages:
    1
    Likes Received:
    0
    When I put text in the second footer area (or in any footer area) I want it to automatically add paragraphs, but when that option is chosen all the text disappears from view on the website. Without paragraphs the text runs on and does not look right. Please help! I am using Local Business Theme Pro version 1.7.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_widget p {
    color: white;
    }
     

Share This Page