Title: [Plugin: Events manager]
Last modified: August 31, 2016

---

# [Plugin: Events manager]

 *  [olppa](https://wordpress.org/support/users/olppa/)
 * (@olppa)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-events-manager-17/)
 * Hi,
 * I’ve been working with events manager for about two years and I’d like to thank
   the whole team for the wonderful work. I’m using the free version cause I don’t
   need the ticket purchasing or reservation system.
 * **The problem**
    I’m trying to add a css button to my event page formatting. 
   The button would be a rectangle, read TICKETS and on hover would change color.
   How can I get this to work?
 * I’ve added this code to my style.css:
 *     ```
       .btn-tickets {
       	-webkit-border-radius: 28;
       	-moz-border-radius: 28;
       	border-radius: 28px;
       	font-family: Arial;
       	color: #ffffff;
       	font-size: 20px;
       	background: #3498db;
       	padding: 10px 20px 10px 20px;
       	text-decoration: none;
       	text-transform: uppercase;
       }
   
       .btn-tickets:hover {
       	background: #ffe1e1;
       	text-decoration: none;
       	text-transform: uppercase;
       }
       ```
   
 * And then this html to my single event formatting:
 *     ```
       <div>
       <a class="btn-tickets" href="#_ATT{Link-to-tickets} "target="_blank">
       <strong>TICKETS</strong><br/></a>
       </div>
       ```
   
 * I tried the code in js-fiddle and it works but not with events manager.
 * [Here is an example event page](http://www.turkumusicfestival.fi/en/ohjelma/varaslahto-2016-elina-garanca-liederabend/)
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [olppa](https://wordpress.org/support/users/olppa/)
 * (@olppa)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-events-manager-17/#post-7070684)
 * Help? Anyone?

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Events manager]’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [olppa](https://wordpress.org/support/users/olppa/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-events-manager-17/#post-7070684)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
