Remove or change color of social_wrapper bar on top of page

Discussion in 'BusinessGrow One Page WordPress Theme' started by marketingtypeguys, Dec 13, 2016.

  1. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    How do I change the color to match the theme color "dark-green," OR simply remove the contact/social icon black bar (this is on a Businessgrow theme)?

    Thanks

    dev url is mtgclient3.com
     
  2. shruti26

    shruti26 Guest

    Hi,

    Greetings from InkThemes!

    To change the color of Top Social Wrapper Bar please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .social_wrapper {
        background: #354A24;
    }
    
    To remove the Top Black Border on the Bar please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .social_wrapper {
         border: none;
    }
    
    If you need assistance with something else, just let us know or provide us some edited screenshot of your requirements, so that we can assist you accordingly.

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     

Share This Page