Home Forums Pro Themes Nature Bliss Pro Logo and problems with site title and tagline

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #63072
    goranstam
    Participant

    Hi,
    If I want that our page looks nice I want just company logo (image) on the front page so I have to remove site title and tagline in “site identity”. Now I don’t have this information in general settings too and probably because of several reasons that is not good.
    How to fix that?
    Regards,
    Goran

    #63073
    wensolutions
    Keymaster

    Hello @goranstam,

    If you just want to display the logo in the header then the theme already has provided the option to disable the Site Title and Tagline.

    For this go to Admin panel > Appearance > Customize > Theme Options > Header Options and uncheck the option “Show Site Title” and “Show Tagline

    Hope this helps.

    Let us know if you have any confusion further.

    Best Regards!!

    #63076
    goranstam
    Participant

    Thank you very much, I havent found that :-).
    Goran

    #63081
    wensolutions
    Keymaster

    Hello @goranstam,

    The Header option is right there in the location mentioned above.

    Screenshot:

    https://image.prntscr.com/image/CGS_OCNPTzOsYV0TqTvTCQ.png

    So please send us the screenshot of the customizer setting of the header option so that we can help you further.

    Thank you 🙂 .

    Best Regards!!

    #63086
    goranstam
    Participant

    Yes, I know. Thank you again :-).
    Regards, Goran

    #63092
    wensolutions
    Keymaster

    Hello @goranstam,

    Glad we could help you.

    If you have any issue further, please feel free to post.

    Thank you 🙂 .

    Best Regards!!

    #63429
    goranstam
    Participant

    Hello,
    some things on my webpage were changed…
    Now I forgot how to display logo in original size. When I add logo in Site Identity, very small logo is displayed on webpage. So I want logo in header in original size (235x63px). This size fits nice on the left of primary menu in header.
    Best regards,
    Goran

    #63442
    goranstam
    Participant

    Hi,
    I know the solution. My CSS was deleted…
    img.custom-logo {
    width: 235px !important;
    }

    .custom-logo-link {
    max-width: 235px !important;
    }

    Best regards,
    Goran

    #63443
    wensolutions
    Keymaster

    Hello @goranstam,

    To increase the size of the logo use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .custom-logo-link {
        max-width: 100%;
    }

    Hope this helps.

    Best Regards!!

    #68530
    Tim Temple
    Participant

    Hello –

    I have been trying to follow this but this is the first time that i ever needed to add any additional CSS to a theme.

    do i need to replace the .custom-logo-link with the actual link location? or just add as you did above:

    .custom-logo-link {
    max-width: 100%;
    }

    This doesnt work for me.

    #68532
    wensolutions
    Keymaster

    Hello @ttemple,

    If the CSS that we have provided is not working for you then please provide your site URL so that we can provide the precise fix.

    Thank you 🙂 .

    Best Regards!!

    #73373
    matthew dula
    Participant

    I cannot get my logo to size correctly. I have tried to follow guides to paste in the .css code but nothing is working. i currently have the pro version and has the site title in place of my logo. I need my logo to size correctly.

    #73379
    wensolutions
    Keymaster

    Hello @matthew,

    First of all thank you very much for using the pro version of the theme.

    Now since above provided CSS is not working for you then please provide your site URL so that we can provide the precise fix on this.

    Thank you.

    Best Regards!!

    #73380
    matthew dula
    Participant

    Thanks for the quick response. The URL is http://www.cannabisgreenbook.org/

    #73387
    wensolutions
    Keymaster

    Hello @mattdula,

    Since you have longer menu increasing the size of the logo will make the menu shifts downward.

    So we will provide the CSS that will adjust your logo, menu.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .custom-logo-link {
        max-width: 200px;
        padding: 30px 0;
    }
    img.custom-logo {
        width: 200px;
    }
    .main-navigation ul li a {
        font-size: 12px;
        padding: 30px 10px;
    }

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 1 through 15 (of 17 total)
  • You must be logged in to reply to this topic.