custom css for footer

Discussion in 'ButterBelly WordPress Theme' started by sbacigalupi, Mar 7, 2014.

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

    sbacigalupi Member

    Joined:
    Feb 17, 2014
    Messages:
    35
    Likes Received:
    1
    In the styling options for ButterBelly I can enter CSS. I'm trying to change the color of the footer section. Here is one of my classes, which should be modifying the color of the very bottom part of the footer:

    .bottom_footer_container{background-color: orange;}

    Why is this not working? If I add this rule in the CSS using FireBug, it works fine.

    Site: http://9a2.660.myftpupload.com
     
  2. sbacigalupi

    sbacigalupi Member

    Joined:
    Feb 17, 2014
    Messages:
    35
    Likes Received:
    1
    Note: adding !important does not work, and adding extra weight to the selector also does not help (ex: html body .bottom_footer_container)
     
  3. Gourav

    Gourav Support Staff

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

    We have checked that code and it is working fine, I think it is a cache issue, So after adding that code in your custom css, check your website again in another browser and clear your system cache.This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     
  4. sbacigalupi

    sbacigalupi Member

    Joined:
    Feb 17, 2014
    Messages:
    35
    Likes Received:
    1
    Ah, you're right. Terribly sorry to keep wasting your time with cache issues. I need to stop trying to develop in Chrome - the cache never clears properly for me like it does in Firefox.
     
Thread Status:
Not open for further replies.

Share This Page