Hi, I use the text version for the logo (site name and slogan), is it possible to enlarge the font size? slogan too? Thanks in advance
luc62ltt Hi use this code in custom css for logo and slogan change size as per needs
.navbar-brand.logo-text .site-name {font-size: 24px;} .navbar-brand.logo-text .site-slogan {font-size: 12px;}
Ninja Thanks! It works perfectly