New Linespace on Footer

  • Unknown's avatar

    Hello,

    I would like to have the footer text look like this:

    Federación de Surfing de Puerto Rico
    admin….
    Rest of text

    Thanks!

    – Rafael

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi fsprorg,

    I believe this should do what you’re looking for.

    .footer p:first-child:before {
      content: 'Federación de Surfing de Puerto Rico A (email visible only to moderators and staff) A';
      color: #fff;
      white-space: pre;
    }

    Let me know if that does it for you.

  • The topic ‘New Linespace on Footer’ is closed to new replies.