Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can add a sidebar to the web page of your choice to publicize upcoming events.

Note
Please only use this if you are comfortable with CSS. If you need assistance, please open a support ticket.

This is one way you can customize the built in snippet Sidebar Upcoming Events Block

Image Removed

Upload this image

Image Removed

Add this to your CSS

Code Block
languagecss
.sidebarBox .heading {
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
display:none;
 text-shadow: 1px 1px 0 #FFFFFF;
}
.sidebarBox .event {
    font-size: 11px;
    line-height: 3.1;
margin-left: 2px;
text-indent:20px;
 background-image: url(http://location of the image );
background-position: left;
background-repeat: no-repeat;
}

Next add the snippet Sidebar Upcoming Events Block to any of your webpages.

Image Removed

...

open a support ticket.