Support » Theme: Customizr » Text underneath slider but above featured pages

  • Hi,

    I already have the code below. I want to be able to change the font color, text size and alignment. Any ideas how I would do that? Thanks!

    add_filter(‘tc_fp_block_display’, ‘content_before_fp’);
    function content_before_fp($html) {
    $before_fp = ‘Welcome to G.R.A.C.E. Please take a moment to peruse our site.’; //Put your HTML inside this var
    return $before_fp.$html;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text underneath slider but above featured pages’ is closed to new replies.