• Resolved shiksa

    (@shiksa)


    Hi! Thanks for the great plugin.

    Is it possible to change the background colour for the entire calendar (to black)?

    The dark theme shortcode [piecal theme=”dark”] only changes the events colour, and overall the plugin still looks out of place on our dark background website.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Spellhammer

    (@spellhammer)

    Hey @shiksa, thanks for the kind words!

    Is it possible to change the background colour for the entire calendar (to black)?

    There are two easy options to do this:

    • Put the shortcode inside of a container and change the background color on the container. The exact process will depend on if you’re using a page builder, custom blocks, vanilla Gutenberg, etc…
    • OR, you can target .piecal-wrapper with some custom CSS and set its background color:
    .piecal-wrapper {
        background: black;
    }

    Hope this helps!

    Thread Starter shiksa

    (@shiksa)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Colour Customization’ is closed to new replies.