Road Fighter: Custom CSS to remove line in the footer ?

Discussion in 'RoadFighter WordPress Theme' started by dedieo62, Apr 15, 2014.

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

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    How to remove the line in the footer, with a Custom CSS?

    This is the line that separates the copyright information of footer widget aera
    In my case,I selected on Road Fighter Theme Options the Theme Stylesheet light-pink and there is a red or pink line.
    See attached file: Capture-footer-red-line.JPG Thanks,
    Dedieo62
     
  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:
    .footer_container {
    border-bottom: none;
    }
    .bottom_footer_container {
    border-top: none;
    } 
    This will solve your issue.
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Great!

    Thank You very much :)
    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page