Footer Menu

Discussion in 'ButterBelly WordPress Theme' started by spoonboy90, Feb 4, 2014.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Is it possible to remove the / between menu items in the footer menu?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom_footer_content .footer_nav li a {
    background: none;
    } 
    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
    Thanks Piyush, can some of the blank space be removed also?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Could you please specify us your issue with the help of screenshot images that which space you want to remove and also share us your website link.
     
  5. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Screenshot 2014-02-08 at 11.40.00.png

    The space between the bottom menu items
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom_footer_content .footer_nav li {
    margin-left: 0px;
    }
    .bottom_footer_content .footer_nav li a {
    padding-right: 10px;
    } 
    This will solve your issue.
     

Share This Page