• Resolved goviral

    (@goviral)


    I updated to the latest version of Responsive today and it now gives me the heading and subheading:

    Happiness is a Warm Cup of Tea.

    The only way this will go away is if I add different text. No text gives the default.

    I’ve tried adding to my CSS:

    featured-title, featured-subtitle, #featured p {
    display:none;
    }

    but it still displays the title.

    Any ideas?

    This CSS worked fine in the last version before update.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter goviral

    (@goviral)

    Site is: vortexwinder dot com

    Thanks

    You were just missing the periods before the class names:

    
    .featured-title,
    .featured-subtitle {
        display: none;
    }
    
    Thread Starter goviral

    (@goviral)

    Thanks. This works only on Chrome.

    On Firefox and Opera it still displays the original:

    happiness is a warm cup of tea (UGH!)

    Thread Starter goviral

    (@goviral)

    I’ve even tried !important

    but it still displays the default text. My client is screaming

    Thread Starter goviral

    (@goviral)

    I would have been happy with different text but it won’t even allow that.

    It changes on Google Chrome but not on other browsers.

    It’s not a plugin issue as I’ve deactivated all plugins.

    I do not see it on Firefox. Try clearing your browser cache, it should have worked for all browsers.

    Thread Starter goviral

    (@goviral)

    RESOLVED:

    1. It was a W3 total cache problem. Even though plugin had been deactivated and deleted, it was still causing issues. I reinstalled and purged cache and then deleted again. Bang! It worked.

    2. @crouchingbruin – yes, you were right. Your code was spot on and thanks so much for your help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can’t get rid of Heading and Sub Heading’ is closed to new replies.