Single area for footer text (instead of two areas)

Discussion in 'ColorWay WordPress Theme' started by morsedavis, Jun 26, 2013.

  1. morsedavis

    morsedavis New Member

    Joined:
    Apr 26, 2012
    Messages:
    14
    Likes Received:
    0
    Hi, I'd like to combine the footer text section (just below the footer widget section) into one long area that I can input text. Currently, it is divided into two sections.
    Thanks.

    -Morse
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the footer.php file present in your theme directory and paste the code given below.
    Code:
    <p> Enter your footer text here </p>
    See the image for reference.

    [​IMG]

    This will solve your issue.
     
  3. morsedavis

    morsedavis New Member

    Joined:
    Apr 26, 2012
    Messages:
    14
    Likes Received:
    0
    Hi, That did accomplish putting text in the footer , but it is above the existing text (name of website on left, copyright info on right.) In the previous version of Colorway, you could insert the below code into the Custom CSS area under Styling Options. That would allow the footer text you enter under Footer Settings to extend all the way across the bottom of the footer. This doesn't seem to work in the new version of Colorway. Is there a way to fix this?
    Thanks.
    .footer-navi .navigation .right-navi { width:???px; }
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-navi .navigation .right-navi{
    width:72%!important;
    }
    Adjust its value as per your requirements.
     

Share This Page