Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1225895
    dtourcreative
    Participant

    Hi there,
    I am having trouble with the featured images showingo on my blogs when I doo’t want them to. See here:
    http://www.dtourcreative.com/my-epic-unplug-failure/. I hvae tried code that has worked on other sites of mine but it’s not working on this one. The code I have is as follows:

    .single .entry-featured {
    display:none;
    }

    Issue #2: I can’t seem to change the size of my H tags. I have tried using the following codes separately and neither works even though that is what I use on other sites:

    h1, .h1 {
    font-size: 4em;
    }

    h2, .h2 {
    font-size: 3em;
    }

    h3, .h3 {
    font-size: 2em;
    }

    h4, .h4 {
    font-size: 1em;
    }

    h5, .h5 {
    font-size: 1em;
    }

    h6, .h6 {
    font-size: 1em;
    }

    OR THIS CODE:

    h1, .h1{ font-size:24px; } h2, .h2{ font-size:22px; } h3, .h3{ font-size:20px; } h4, .h4{ font-size:18px; } h5, .h5{ font-size:16px; } h6, .h6{ font-size:14px; }

    #1226272
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Copy all your custom CSS in your Customizer, paste it on an online tool like CSS Lint (http://csslint.net/) and check for errors.

    When you have errors, CSS won’t parse correctly and the newly added code will be ignored.

    Hope that helps.

    #1228354
    dtourcreative
    Participant

    THank you. Love that tool!

    #1228480
    Joao
    Moderator

    🙂 Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1225895 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>