• Resolved writeonsister

    (@writeonsister)


    Hello

    At the moment I have a Quality logo on the top of my site. I dont want this and i dont want to include a logo at this stage – is there any way that i can just have the menu as my header?

    Also – where can i find the right titles for the font awesome icons.

    THANKS!

Viewing 8 replies - 1 through 8 (of 8 total)
  • hi

    Follow this step to remove Logo and text title

    find Appearance in WordPress Dashboard and Click Option panel
    see Quick Start Settings check last title Custom css.

    use this code in custom css text editor

    .logo{
    display:none;
    }

    used this code then click save option and check your website..
    thanks

    Thread Starter writeonsister

    (@writeonsister)

    Thanks so much for getting back to me. It doesnt appear to work though! The logo is still there…

    Any other suggestions?

    Thanks!

    Mayby this code?

    .qua-log{
    display:none;
    }
    Imran Ali

    (@imranaliweb)

    Hi

    Everything is running well as i checked

    So please use inspect-element and find the logo class.
    add logo class in option panel custom css.

    Thanks

    Theme Author webriti

    (@priyanshumittal)

    Share your site URL

    Thread Starter writeonsister

    (@writeonsister)

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi

    Did you have add the below css code into the custom css field .

    If no then copy past the below code into the custom css field

    .qua-logo {
        display: none;
    }

    Then click on Save Option Button .

    Thanks

    Hi

    Did resolved your issue ?

    Thank’s

    Sunil

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Header’ is closed to new replies.