• Resolved BigJazzz

    (@jpearson)


    I’m trying to manipulate the CSS to show the location of an event when I go to print it, however I can’t seem to get it working.

    I currently have the following additional CSS, which I thought should work:

    	body div.descloc {
    		display: inline !important;
    		color: black;
    	}
    
    • This topic was modified 2 years, 6 months ago by BigJazzz. Reason: Typo and additional information
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author room34

    (@room34)

    Two things:

    1. Do you have this inside a @media print { } rule?

    2. The plugin’s own CSS contains .ics-calendar .descloc { display: none !important; } so you’ll need to make your CSS selector body .ics-calendar div.descloc to override that.

    • This reply was modified 2 years, 6 months ago by room34.
    Thread Starter BigJazzz

    (@jpearson)

    1. Yup.
    2. That did it! Thank you so much. Gotta love those brain farts.

    Much appreciated! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show location in print view’ is closed to new replies.