Road Fighter: how to remove line in widget footer with Custom CSS?

Discussion in 'RoadFighter WordPress Theme' started by dedieo62, Apr 25, 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 this line on the top of widget footer (see capture below; line is circled in red) footer-widget-how-to-remove-this-line.JPG
    I tried this Custom CSS, but it does not work ?

    .footer_widget {
    border-top: none;
    }

    website: www.chateau-de-serigny.fr

    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 .footer_widget h4 {
    background: 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 Piyush!
    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page