Little slash at footer

Discussion in 'ColorWay WordPress Theme' started by salliealain, Dec 12, 2014.

  1. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    The little slash after the copyright blurb at the VERY bottom of my page, in the footer... it is red. How can I change it to match the rest of the colour of font: #6b4f41

    Please see picture for more info..

     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .navigation ul {
    border-right: 2px solid #6b4f41;
    }
    .footer-navi .navigation ul li {
    background: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page