Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Richie KS

    (@rkcorp)

    add this to child functions.php or wp-content/meso-custom-functions.php

    function meso_add_image_title() { ?>
    <img class="alignleft" src="YOUR IMAGE FULL URL" alt="site title" />
    <?php }
    add_action('bp_before_site_title','meso_add_image_title');
    Thread Starter vincenzos4r

    (@vincenzos4r)

    sorry but I don’t understand.
    in the wp-content folder I have no file with the name meso-custom-functions.php

    I have to create it?

    thank’s

    Theme Author Richie KS

    (@rkcorp)

    yes, create one in wp-content/ if you’re not using child theme.
    remember to add the opening and closing php <?php and ?>

    Thread Starter vincenzos4r

    (@vincenzos4r)

    I created the file,
    I have inserted the image’s link,
    I have inserted in the wp-content folder but does not function :/

    Theme Author Richie KS

    (@rkcorp)

    well, its showing to me in your site. try add this to customize->general->custom css
    to balance out the image

    #siteinfo {width:550px;}
    #siteinfo img {margin:0 10px 0 0;}

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘small header image before the header text’ is closed to new replies.