How do make the network social icons at top right, the same color as social network icon at bottom..

Discussion in 'One Page Pro WordPress Theme' started by topmktwww, Dec 12, 2016.

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

    topmktwww New Member

    Joined:
    Dec 7, 2016
    Messages:
    7
    Likes Received:
    0
    . of the site?

    I would like them black and white instead colored,

    my best regards

    Robson G. Barros.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Robson,

    For this, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Settings->Custom settings->Custom CSS field.
    Code:
    .social_icon_wrapper ul li a {
        background: #fff!important;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. topmktwww

    topmktwww New Member

    Joined:
    Dec 7, 2016
    Messages:
    7
    Likes Received:
    0
    awsome, thank you again. it worked very well.
     
Thread Status:
Not open for further replies.

Share This Page