Remove 'Sale Junction' name from the top

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by 1ranger2, Nov 22, 2015.

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

    1ranger2 New Member

    Joined:
    Sep 13, 2015
    Messages:
    14
    Likes Received:
    0
    Hello,

    How would I remove the them title from the top left? Thank you in advance for your help.

    Dominic
     
  2. nitin

    nitin Guest

    Hi Dominic,

    Greetings from InkThemes,

    That is actually a logo. To replace it with your logo/image, please go to (Appearance -> Theme Options -> General Settings -> Custom Logo) of your dashboard and click on 'Upload Image'.

    Otherwise, if you want to completely remove the logo from your website, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .logo {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. 1ranger2

    1ranger2 New Member

    Joined:
    Sep 13, 2015
    Messages:
    14
    Likes Received:
    0
    Great, thank you!

    Dominic
     
Thread Status:
Not open for further replies.

Share This Page