Footer arrow bullet points and movement removal

Discussion in 'RoadFighter WordPress Theme' started by timhollingworth, Sep 29, 2016.

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

    timhollingworth New Member

    Joined:
    Feb 4, 2016
    Messages:
    3
    Likes Received:
    0
    Hi

    I have just added an instagram plugin to the footer on my RoadFighter theme but it has added the arrow bullet points to each of the nine thumbnail pictures. I didn't mind so much having the bullet points for the Meta links but I would like to see what it looks like if I remove the bullet point arrows and the sideways movement.

    My website is http://www.cameramanfreelance.co.uk

    Thank you for your help.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .footer .footer_widget ul li {
        background: none;
    }
    .footer .footer_widget ul li:hover {
        margin-left: 0;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. timhollingworth

    timhollingworth New Member

    Joined:
    Feb 4, 2016
    Messages:
    3
    Likes Received:
    0
    Hi Priyanka

    Thank you that works a treat!

    After trying both bits of code I think it now looks better if I just use the first part of the code.
    This leaves the link moving sideways as before but without the bullet arrow.

    Thanks again, I really like the theme RoadFighter
    Tim
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :) Tim!
     
Thread Status:
Not open for further replies.

Share This Page