• Hello, I am loving this theme. It’s the best ??
    I have a problem. When I add the logo, the site title disappear.
    How can I add the logo and have site title and tagline still visible?
    Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)
  • should be an option in the control panel to show site title (in same place you have the upload logo option i think)

    Thread Starter scatmax

    (@scatmax)

    There is the option, but when I add the logo, the site title disappear ??

    Thread Starter scatmax

    (@scatmax)

    can anybody help me please? ??

    Try this: put your site title in the tagline (Appearance – Customize). Then use custom css to format the .site-title (your logo) and the .site-description (the tagline).

    Thread Starter scatmax

    (@scatmax)

    in few words, I would like LOGO, Site Title and Site Description.
    Also, how do I use a custom css?

    Thank you ??

    I’m pretty sure you can have a logo OR a site description, not both.
    For css I use the Simple Custom CSS plug-in.

    Thread Starter scatmax

    (@scatmax)

    very cool, so I can play with it. For example style.css? If I don’t like it, I just deactivate it and it comes back to the original version?

    Thread Starter scatmax

    (@scatmax)

    Got it. That works! Thank you.

    I still want my heater with Logo, Site Title and Site description ??

    Thread Starter scatmax

    (@scatmax)

    I still want my header with Logo, Site Title and Site description ??

    Please somebody help me ??

    /* Name next to logo */

    Add in Hueman Child Stylesheet (style.css)

    .site-title a img {
    display: inline-block;
    vertical-align: middle;
    }

    Under “Site name/logo” remove this line in Child Functions.php:
    $link = '<a href="'.home_url('/').'" rel="home">'.$logo.' '.get_bloginfo('name').'</a>';

    Replace with:
    $link = '<a href="'.home_url('/').'" rel="home">'.$logo.' '.get_bloginfo('name').'</a>';

    Hope this helps!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Logo and Site Title’ is closed to new replies.