• Resolved jerepowers

    (@jerepowers)


    What are the proper CSS selectors for adding css to the ending? Nice that Nooz allows this to be changed, but it needs styling.

    Specifically this output
    <p class=”nooz-ending nooz-release__ending”># # #</p>

    Whether it is -30- or # # # or whatever, it should be centered.

    Also, would like to address line height.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor farinspace

    (@farinspace)

    Currently the plugin does not style much out-of-the-box (this is intentional), leaving it up to the developer to adjust as needed, however having a managed/styled version is on our feature-list.

    But you are correct, Nooz adds several selectors so that you can target and style specific elements, here is some sample css to do what you would like:

    .nooz-release__ending {
        line-height: 1.4;
        margin-top: 15px;
        text-align: center;
    }
    

    You can place the above in: Admin > Appearance > Customize > Additional CSS

Viewing 1 replies (of 1 total)
  • The topic ‘CSS for release ending’ is closed to new replies.