Viewing 4 replies - 1 through 4 (of 4 total)
  • @tamaralas,

    To edit the sign-up sheet, you can hover over the sheet you would like to edit after clicking the “Sign-up Sheets” menu item. One of the options that will appear should be “Edit” that you can click to get in and edit details on the sheet.

    Thread Starter Tamaralas

    (@tamaralas)

    Hello, yes, and thank you! I’m afraid I wasn’t specific enough in my initial post. I would like to edit the way the sign-up sheet appears in a post. For example, to decrease the size of the title and perhaps change some spacing.

    For customizations to styling we recommend using CSS to override any of your default styles coming from your theme. All frontend sign-up elements within the content of the page should be wrapped with a plugin specific class.

    For example, to change the size of the title of the sheet on the sheet detail page, it is using an H2 html tag and the sheet is wrapped in a DIV with a class of dls-sus-sheet so you could add something like this…

    .dls-sus-sheet H2 {
        font-size: 0.6em;
    }

    Otherwise, it pulls the style for that H2 from the CSS in your active theme.

    Thread Starter Tamaralas

    (@tamaralas)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where do I edit a Sign-up Sheet?’ is closed to new replies.