Home › Forums › Pro Themes › Nature Bliss Pro › Logo and problems with site title and tagline
- This topic has 16 replies, 4 voices, and was last updated 6 years, 5 months ago by wensolutions.
-
AuthorPosts
-
January 12, 2018 at 4:10 am #63072goranstamParticipant
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,
GoranJanuary 12, 2018 at 4:57 am #63073wensolutionsKeymasterHello @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!!
January 12, 2018 at 6:00 am #63076goranstamParticipantThank you very much, I havent found that :-).
GoranJanuary 12, 2018 at 7:29 am #63081wensolutionsKeymasterHello @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!!
January 12, 2018 at 9:10 am #63086goranstamParticipantYes, I know. Thank you again :-).
Regards, GoranJanuary 12, 2018 at 11:37 am #63092wensolutionsKeymasterHello @goranstam,
Glad we could help you.
If you have any issue further, please feel free to post.
Thank you 🙂 .
Best Regards!!
January 17, 2018 at 6:03 am #63429goranstamParticipantHello,
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,
GoranJanuary 17, 2018 at 6:40 am #63442goranstamParticipantHi,
I know the solution. My CSS was deleted…
img.custom-logo {
width: 235px !important;
}.custom-logo-link {
max-width: 235px !important;
}Best regards,
GoranJanuary 17, 2018 at 6:40 am #63443wensolutionsKeymasterHello @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!!
March 22, 2018 at 9:26 pm #68530Tim TempleParticipantHello –
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.
March 22, 2018 at 10:50 pm #68532wensolutionsKeymasterHello @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!!
June 7, 2018 at 6:45 pm #73373matthew dulaParticipantI 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.
June 7, 2018 at 11:26 pm #73379wensolutionsKeymasterHello @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!!
June 8, 2018 at 12:07 am #73380matthew dulaParticipantThanks for the quick response. The URL is http://www.cannabisgreenbook.org/
June 8, 2018 at 3:57 am #73387wensolutionsKeymasterHello @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!!
-
AuthorPosts
- You must be logged in to reply to this topic.