Modifying Footer using Pseudo Classes not working

  • Unknown's avatar

    Hello,

    I’m trying to add content to the footer using the :before pseudo class. Note, I’m not attempting to remove credit links.

    .footer p {
    &:first-of-type:before {
    width: 100%;
    float: left;
    content: “555 N. Broadway | City, State 12345 | Phone: 555.555.5555 | Fax: 555.555.555”;
    }

    My client has requested including their address in the footer, and I’m trying to accommodate that request.

    The CSS modifications appear to work fine in the editor, but do not render when I view the site. Any help is appreciated.

    Thank you!

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

  • Unknown's avatar

    It’s not possible to add or alter text or links for the footer credits or the toolbar. Modifying the style of the footer text (i.e. colors and font size) is fine as long as it’s still readable.

    Please let us know if you need any further assistance!

  • The topic ‘Modifying Footer using Pseudo Classes not working’ is closed to new replies.