• Resolved aegiswilson

    (@aegiswilson)


    I need to remove the Zerif logo from the top left hand corner of my site. I have tried adding :

    .navbar-brand { display:none!important;}

    to the custom css but it hasn’t removed it.

    I would also like to remove the green button and title from the ‘Big title section’, whilst keeping the picture.

    https://www.precision-tradecraft.com

    Awesome theme by the way, great work.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Madalin

    (@madalin_themeisle)

    Hi,

    To remove the Zerif Logo delete the image. You can also remove the button from Customize, just delete the text and the link.

    https://copy.com/Zkbh2J3nMOQ4rgFV

    Best regards,

    Madalin

    Thread Starter aegiswilson

    (@aegiswilson)

    Thanks for your reply Madalin.

    There is currently no image selected, however the zerif logo is still displaying.

    As I said, when I delete the text and link the main picture disappears, is there another way around it?

    Many thanks.

    Jeff Golenski

    (@maverick3x6)

    Hey there!

    If the previous solution is not working, in the CSS try adding this instead:

    .navbar-header.responsive-logo {
    display: none;
    }

    For the green button, we have to have a longer chain of attributes that are more specific, because the button is sitting within a very generic container. This is to prohibit other buttons throughout the site from disappearing:

    .home btn-primary.custom-button {
    display: none;
    }

    Alternatively, once you’re comfortable with this CSS, you can combine the two, like so:

    .navbar-header.responsive-logo,
    .home btn-primary.custom-button {
    display: none;
    }

    Sidenote: due to how the theme is coded, you still may infact have to add !important again.

    Thread Starter aegiswilson

    (@aegiswilson)

    All sorted cheers guys!

    Thread Starter aegiswilson

    (@aegiswilson)

    .

    Madalin

    (@madalin_themeisle)

    Hi @jeff Golenski,

    Thank you for your message.

    Best regards,

    Madalin

    Hi @jeff Golenski,

    Maybe you can help me, I would like to add a picture to the big title section instead of text, is this possible?

    Any tips would be highly appreciated.

    restaurantbusinessjapan

    (@restaurantbusinessjapan)

    I want to remove the Zerif logo and replace it with some text. Can you please tell me which file I should edit? Thanks…

    Alexandra

    (@alexandrastan001)

    Hello,

    Go into your Customizer->Site identity and upload your own logo from there.

    Best regards,
    Alexandra

    open your file header.php in theme folder. Find line has code ” ‘.$zerif_logo.’ ” you will replace this code by your image url.

    Save & FTP it to your server & enjoy!

    I trying & success with website: https://symphony.vn

    Good luck.

    mycircle2016

    (@mycircle2016)

    I want to keep the logo but how do I do to make sure the logo doesn’t link back to my home page?

    Thank yoU!

    gouravwptech

    (@gouravwptech)

    Hello @mycircle2016,

    Unfortunately the theme doesn’t support this customization and as much as I would love to help with some custom code, this is beyond the support offered for our products, which consist in bug fixing and theme documentation.

    Regards,
    Gourav

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘zerif logo and big title question’ is closed to new replies.