AskBug logo

4.15K viewsThemes
0

Hey, how do I change the Bug Ask a logo? What is the recommended size?

Thank you!

1

Please read the document included with package. Let me know in case there is any problem finding documents.

Hey, thanks for the reply. I can understand instructions. I did as instructed but the logo will be really small ??

If you are using image then appropriate size will be 107×30.

I read all documentation I can find and still I see no where to increase the size of the logo, its way too small for my site 🙂

Make a child theme and then add this to style.css:

.navbar-brand > img {
max-height: 80px;
}

Adjust size as you need.

Worked perfectly thanks!