updating my tagline problem

  • Unknown's avatar

    Yesterday I changed the tagline of my site and pressed ‘save changes’ yet the old tagline still appears. Why is this? I have refreshed, logged out/in and cleared my cache & cookies.

    My old tagline is ‘everybody look what’s going down…’
    My new tagline should be ‘contemplating life and how we live it…’

  • Hi there, you have some custom CSS that’s overriding the tagline:

    #site-description:before {
    	content: "everybody look what's going down..."!important;
    	visibility: visible;
    }

    If you remove that you should see your new tagline.

    Let me know if you need anything else.

  • Unknown's avatar
    tonydavidfoster · Member ·

    All sorted, many thanks for your help.

  • The topic ‘updating my tagline problem’ is closed to new replies.