• Resolved paulstadnyk

    (@paulstadnyk)


    I love the Untitled theme, however I have a bit of a gripe with the film strip that overlays the full bleed image. Strangely, it acts as a redundant navigation taking users from wherever they are to other posts. This is NOT intuitive. When I see a filmstrip over a full-bleed image, my expectation is that i will cycle through other pictures related to the post I am reading. This is how I would like it to work (even though I know there is only one feature image)

    Does anyone have any suggestions on how to change this or even hide it?

    Thanks
    Paul

Viewing 1 replies (of 1 total)
  • Hi Paul, the simplest thing to do would be to hide the slider using CSS:

    .minislides {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten when the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Filmstrip throwing me off’ is closed to new replies.