Hide Customer Logo Section

Discussion in 'Foogo Pro WordPress Theme' started by hheijnis, Mar 5, 2015.

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

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    Hello,

    How can I only hide the Customer Logo Section?

    Thanks!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .client_wrapper {
      display: none;
    }
    
    Thanks & Regards
    Pramod Patel
     
  3. hheijnis

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page