Tagged: x
-
AuthorPosts
-
October 21, 2016 at 4:02 pm #1225895
dtourcreativeParticipantHi 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; }
October 22, 2016 at 12:13 am #1226272
DarshanaModeratorHi 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.
October 24, 2016 at 8:51 am #1228354
dtourcreativeParticipantTHank you. Love that tool!
October 24, 2016 at 10:39 am #1228480
JoaoModerator🙂 Glad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1225895 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
