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

    (@rkcorp)

    add this to functions.php

    function meso_add_logo_desc() {
    echo '<span class="clearfix" style="float:left;margin:0 0 0 10px;">hello world</span>';
    }
    add_action('bp_after_site_title','meso_add_logo_desc');

    add add this to customizer->general->custom css, to fix the container issue

    #custom .container-wrap, footer .ftop, footer .fbottom {
        width: 100%;
    }
    Thread Starter radujit

    (@radujit)

    Thank you! It worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding text below the logo’ is closed to new replies.