Tagged: x
-
AuthorPosts
-
January 23, 2017 at 8:56 am #1341564
Jennyfer MParticipantHello there,
I’m working on this page http://bilingualva.com/services/ and would like to hide the title and also make sure the screen is covered by the image. How can I achieve this. I’ve attempted the line of coding provided on previous thread to no avail.
Greatly appreciated any help
January 23, 2017 at 9:59 am #1341662
ThaiModeratorHi There,
Please try adding the following CSS under Customizer > Custom > Global CSS:
.page-id-22 .entry-title { display: none; } .page-id-22 .entry-wrap { padding-top: 0; } .page-id-22 .offset, .page-id-22 .entry-content.content { margin-top: 0; }Hope it helps 🙂
January 23, 2017 at 7:25 pm #1342426
Jennyfer MParticipantI notice your code seems to be for one page in particular. is that a global setting?
January 24, 2017 at 12:12 am #1342643
RupokMemberHi there,
Thanks for writing in! This code is for specific page. If you take of the preceding page ID class then it will be applied globally.
Cheers!
January 24, 2017 at 2:49 pm #1343649
Jennyfer MParticipantThanks
January 24, 2017 at 4:00 pm #1343777
NicoModeratorYou’re most welcome.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1341564 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
