Tagged: calendar
- This topic has 6 replies, 2 voices, and was last updated 1 year, 5 months ago by
Skandha.
-
AuthorPosts
-
April 27, 2022 at 12:32 pm #303893
luismarioochoa
ParticipantHello,
Wondering how to remove the calendar showing on every page below the page title as in here:
https://staging.viviammaria.com/about/bio/
Thank you
April 28, 2022 at 12:41 am #303919Skandha
Participant@luismarioochoa: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.page .singular-content-wrap .posted-on { display: none; }
Let me know if this works out!
Kind Regards,
SkandhaApril 28, 2022 at 3:42 pm #303994luismarioochoa
ParticipantHi Skandha,
Sorry, the calendars still show on every page. Please send me another CSS. Thank you
Luis
April 29, 2022 at 1:24 am #304021Skandha
Participant@luismarioochoa: Hello Luis,
There seems to be a typo in the code you have added in the Additional CSS section. Please copy paste the code I have provided you above and check again.
Kind Regards,
SkandhaMay 1, 2022 at 11:27 am #304130luismarioochoa
ParticipantThank you, it worked
We need to write text below the header image as if it were a regular page with classic edit not with blocks. How can we do that, I want to clarify that I am not referring to entering text on top of the header image by going to header image and entering it there. She wants to treat the Welcome page as a page and write regular text BELOW the header image. Please advise. Thank you
LM
May 1, 2022 at 11:27 am #304142luismarioochoa
ParticipantHi Skandha,
Still if I search for a page in the search box, the calendar will show up. try searching for Bio by typing it in the search box and several calendars will show. How can I remove them and show only the actual Bio page as it shows here:
https://staging.viviammaria.com/about/bio
Thank you
Luis
May 1, 2022 at 11:31 am #304152Skandha
Participant@luismarioochoa: Hello Luis,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.search .entry-meta .posted-on { display: none; }
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Removing Calendar from pages’ is closed to new replies.