• Resolved ladin

    (@ladin)


    Hi,

    is it possible to display logo and also title of web and description od web ?
    When I display logo, title and description aren’t dispalyed…

Viewing 5 replies - 1 through 5 (of 5 total)
  • website link?

    Thread Starter ladin

    (@ladin)

    sweetdream16
    sorry, the web isn’t active for the present

    Theme Author Richie KS

    (@rkcorp)

    add this to functions.php

    function meso_add_image_title() { ?>
    <img class="alignleft" style='margin:10px 10px 0 0;' src="YOUR-FULL-IMG-URL" alt="" />
    <?php }
    add_action('bp_before_site_title','meso_add_image_title');

    replace YOUR-FULL-IMG-URL with your own img link

    and add this to customizer->general->custom css

    #siteinfo h1 {
        display:block;
        float:left;
    }

    Hey there,

    Have you tried disabling all the plugins and see if it helps? Thanks!

    Thread Starter ladin

    (@ladin)

    Richie KS, thanks very much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show logo title web’ is closed to new replies.