• Resolved atnonimas

    (@atnonimas)


    Firstly, I would like to say thank you for an awesome theme.

    I am a completely newbie on web development (have some amateur programming background) and still (a little bit) struggle on finding howto tweak things.

    I would like to remove the progress bar, the grey thing which reflect on the Y-position of the post on the header. I already looked into CSS and all PHP but couldn’t figure out how. Some related reference says it has to be configured in .js which wordpress doesn’t allow me to do it.

    Please advice. Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author Madars

    (@cohhe)

    Hi there,

    you can easily hide it with this CSS code:

    body.single-post progress { display: none; }

    Best,
    Cohhe

Viewing 1 replies (of 1 total)

The topic ‘[Theme: Longform] Progress bar on header’ is closed to new replies.