Disable Logo

Discussion in 'Photomaker WordPress Theme' started by cx93, May 19, 2014.

  1. cx93

    cx93 New Member

    Joined:
    Apr 2, 2012
    Messages:
    3
    Likes Received:
    0
    I would like to disable the upper left logo option on the slider since my logo is integrate into the first slider image.

    How can I do this?

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    div.logo.home {
    display: none;
    } 
    This will solve your issue.
     

Share This Page