Footer Bottom (Copyright)

Discussion in 'BizWay WordPress Theme' started by spoonboy90, Jul 23, 2013.

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

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    I'm trying to use the same background for the menu in the bottom footer, i've used this code but its not working, any help would be appreciated.

    Code:
    .footer_bottom {
    background:#88249a url(images/menubg-purple.png) repeat-x;
    }

    http://1067466733.1065524876.temp.prositehosting.co.uk/
     
  2. Gourav

    Gourav Support Staff

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

    We have checked your website and it seems that css code is working fine, Please check your website in another browser and clear your system cache.This will solve your issue.
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Strange doesn't matter what browser, computer or isp I use, all I see is a plain purple bar at the bottom no gradient like the menu bar!
     
  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_bottom {
    background:#88249a url(http://1067466733.1065524876.temp.prositehosting.co.uk/wp-content/themes/bizwaynonresponsive/bizwaynonresponsive/color/images/menubg-purple.png) repeat-x;
    }
    
    This will solve your issue.
     
  5. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Perfect thanks Gourav
     
Thread Status:
Not open for further replies.

Share This Page