Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #303893
    luismarioochoa
    Participant

    Hello,

    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

    #303919
    Skandha
    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,
    Skandha

    #303994
    luismarioochoa
    Participant

    Hi Skandha,

    Sorry, the calendars still show on every page. Please send me another CSS. Thank you

    Luis

    #304021
    Skandha
    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,
    Skandha

    #304130
    luismarioochoa
    Participant

    Thank 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

    #304142
    luismarioochoa
    Participant

    Hi 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

    #304152
    Skandha
    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Removing Calendar from pages’ is closed to new replies.