Hey igbere,
First of all, you need to add logo to your site. To do that Go to your customize section from Appearance. Click on Theme Options > General Settings > Custom Image Logo and upload your logo first.
After adding your logo you just have to add below css code into your stylesheet or you can also add this code into your additional css from theme customizer.
#logo a {
display: flex !important;
align-items: center;
}
#logo a:after {
content: "Your Site Name";
font-size: 20px; /* Add your desire font size */
color: #000; /* Add your desire color */
}
Hope it will helps you.
Thank you.
-
This reply was modified 6 years, 3 months ago by
Anonymous User 16453565.
-
This reply was modified 6 years, 3 months ago by
Anonymous User 16453565.