• Resolved Ellisah

    (@ellisah)


    I have removed date and author name in the CSS but I still see a bullet and a line showing up. How can I remove this.

    Thanks.
    Elisa

Viewing 3 replies - 1 through 3 (of 3 total)
  • Back in your css you can put “display:none;” on the div which carries the author etc.

    Use your browser inspector to identify which div this is and how to target it.

    Hi Elisa,

    That entire section is the entry meta, and in Pictorico the div containing the date and author has the class entry-meta. As RossMitchell suggested, you can use CSS like this to remove it:

    .entry-meta {
    display: none;
    }
    Thread Starter Ellisah

    (@ellisah)

    Thanks a lot Rachel I think the problem is solved now.

    Gr. Elisa

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bullet and line still showing’ is closed to new replies.