Remove logo and name

Discussion in 'Local Business WordPress Theme' started by stefan, Jan 11, 2015.

  1. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi support,

    is it possible to remove the inkthemes theme name and logo within theme options?

    thanks,
    Stefan
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi stefan,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    #of_container #header .logo {
    display: none !important;
    }
    #of_container #header .icon-option {
    display: none !important;
    }

    Thanks
    Praveen
     
  3. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi Praveen,

    Thanks for your answer but unfortunately this is not working it's not deleting the name and logo within theme options.
    I attach a screenshot of the 2 things I would like to see removed.

    Hope you can help.

    thanks,
    Stefan
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Stefan,

    Please send us your website wordpress dashboard login details at [email protected].

    Thanks
    Praveen
     
  5. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi Praveen, I just sent the email.

    Thanks for your help.

    Best regards,
    Stefan
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Stefan,

    We have resolved your issue.
    Please have a look at your dashboard.

    Thanks
    Praveen
     

Share This Page