• I can only use either Logo or Site title on Minamaze Theme. Please how can I combine both features at the same time on the header of my website

Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    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.
Viewing 1 replies (of 1 total)
  • The topic ‘Add Both Logo And Site Title’ is closed to new replies.