• I am trying to display a logo image in the header but the image replaces the title and is displayed in an elongated display without regard to the actual image size.

    I want to display the title along with a logo. Also, the title is displayed in a color matching the background color for the site. Is there any way to control the font, size and color of the title text?

Viewing 1 replies (of 1 total)
  • Hi,

    I hope i understand you what you want. There is code from child-theme to disable Title,description “hide”.

    .site-description, .navbar-default .navbar-brand, .logo-container, .logo-container a, .logo-container a:visited {
    display: none;
    }

    You can see result here https://alteransjka.clanweb.eu/

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Nabia Logo and Header design’ is closed to new replies.