Hey Franbulb..
If you are asking about the LOGO settings of the mobile then here We go with the solution.. 🙂
Follow the steps..
1. /wp-content/themes/business-leader/style.css go to this file…
2. here you have to go to 638-650 line number and you will find the following code..
.site-header .site-branding .logo img {
float: left;
max-width: 100%;
max-height: 55px;
margin-right: 10px; }
@media screen and (max-width: 1024px) {
.site-header .site-branding .logo img {
width: 30px; [///PLACE WHERE THING IS TO BE CHANGED////]
padding: 2.5px 0; } }
What ever size you want you can set accordingly in place of 30px.. 🙂
Hope this will be helpful for you..
And if you are asking about the Font and color on the mobile then here We go with the solution.. 🙂
Follow the steps..
1. /wp-content/themes/business-leader/style.css go to this file…
2. here you have to go to 647-654 line number and you will find the following code..
.site-header .site-branding .site-title {
display: inline;
font-weight: 100;
font-size: 32px; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT SIZE////]
font-size: 3.2rem;
clear: none;
line-height: normal;[///PLACE WHERE THING IS TO BE CHANGED FOR DISTANCE BETWEEN . THE LINES IN THE HEADER Title////]
color: white; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT COLOR////]
Hope You find this helpful.