pages widget footer area

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Feb 6, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Is it possible to change the color of the > sign in the pages widget footer area?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey maggie,

    Unfortunately you can't change the color of ">" sign because the are images.
    But, you can replace them with some other images.

    Thanks,
    Praveen
     
  3. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Is it also possible to remove the " > " sign?

    And if so can you tell me how I can remove it?

    Thank you.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey maggie!

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

    Code:
    .footer .footer_widget ul li {
    background: none;
    }
    Thanks,
    Praveen
     

Share This Page