Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1050125

    streetberlin
    Participant

    Hi guys,

    great theme and great support

    Here is a simple question I couldn’t figure out on my own. I would like to add a follow me on” text above social media icons in footer

    Site https://streetberlin.net/

    Wordpress 4.5.2. Theme X and renew stack up to date

    #1050137

    Lely
    Moderator

    Hi There,

    Thanks for posting in. Please add this code on Appearance > Customize > Custom > Javascript:

    jQuery(document).ready(function($) {
      $( ".x-social-global" ).prepend( "<p>Follow me on</p>" );
    });

    Hope this helps.

    #1052136

    streetberlin
    Participant

    this worked perfectly, thanks Lely

    if ever somebody reads this

    the “follow me” text can be formatted by addressing in the custom css

    .x-colophon.bottom {
    font-size:1.8rem;
    }

    #1052177

    Lely
    Moderator

    You’re welcome!

    Thank you also for sharing those CSS.

    Cheers!