Footer widget not showing

Discussion in 'SwiftRay WordPress Theme' started by leonkill2000, Feb 20, 2013.

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

    leonkill2000 Member

    Joined:
    Jun 15, 2012
    Messages:
    96
    Likes Received:
    0
    Hi
    In the Swiftray theme I have entered a 'Text' Widget in the First Footer Widget area.
    It is not showing up in the Footer of the website.
    I also would like to make this widget to be the width of the website - 1 Column.
    Can you please tell me how to do this
    cheers Leonie
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Do let us know your website link, so that we can provide you the exact solution.

    For this issue, paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .footer .one_third {
    width: 100%;
    }
     
  3. leonkill2000

    leonkill2000 Member

    Joined:
    Jun 15, 2012
    Messages:
    96
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .footer h4.heading {
    color: black;
    border-bottom-color: black;
    }
    .footer{
    color: black;
    }
    .footer p {
    color: black;
    }
    .footer a {
    color: black;
    }
    This will solve your issue.
     
  5. leonkill2000

    leonkill2000 Member

    Joined:
    Jun 15, 2012
    Messages:
    96
    Likes Received:
    0
    Thank you Piyush - worked a treat
     
Thread Status:
Not open for further replies.

Share This Page