Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #312320
    PapaTheo
    Participant

    So I create a new side.
    When looking at it in the browser it displays the dat at the top of the side.

    How do I take that away?

    For instance: https://papatheo.se/kurser/

    /Erik

     

     

    #312334
    tikaram
    Keymaster

    @papatheo : Login to your WordPress Admin section.
    Go to Apperance => Customize => Additional css and add the following css

    .entry-meta .posted-on {
      display: none;
    }

    Let me know if this helps you out

    Regards,
    Tikaram

    #312388
    PapaTheo
    Participant
    Im sorry it did not help.
    Any other suggestions...???
    /Erik
    
    
    
    
    #312391
    tikaram
    Keymaster

    @papatheo : Please replace the previous css with the following css. Sorry for the inconvenience caused.

    .entry-header .entry-meta {
      display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Get rid of the date in’ is closed to new replies.