• Resolved kaesi_jones

    (@kaesi_jones)


    Hello Alek,

    thank you for that plugin, it’s very useful!
    On http://www.einsatzmeldungen.de I use a black background, so I like to change the backgroundcolour of the plugin also into black.
    Could you tell me how to do this?

    Thank you for answering!

    kaesi_jones

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author alek

    (@alekart)

    Hello,

    Sorry for a late response.

    I saw that you have noticed that there are several themes you can set in the plugin’s settings (Settings > Archives Calendar). More themes will be available in the future updates.

    I also have the idea to integrate a theme editor to make customization even easier (I do not know yet when).

    Thread Starter kaesi_jones

    (@kaesi_jones)

    Hello Alek,

    thank’s for answering.
    Meanwhile I used the “CSS Stylesheet Editor” and got a result, that is already o.k. for me.

    I hope I did it right:

    .calendar-archives .archives-years .year .month.empty {
    	color: #000;
    	background: #777;
    }
    .calendar-archives .week-row {
    	background: #000;
    }
    .calendar-archives .archives-years .year {
    	background: #000;
    	padding-left: 4px;
    }
    .calendar-archives .cal-nav .year-nav {
    	background: #000;
    }
    .calendar-archives .cal-nav .year-nav .arrow-down {
    	color: #777777;
    	border: 0 solid #fff;
    }
    Plugin Author alek

    (@alekart)

    You can also set the Twenty Fourteen theme in settings of the plugin because you use that theme in wordpress. That theme is already skined for black backgrounds, all you have to do is to change the green to blue by replacing:
    #24890d by #1E73BE
    #41a62a by #3B90DB
    in the twentyfourteen.css file.

    Don’t forget to copy the code to your default CSS file if you dont want to lose changes on the next plugin update.

    Thread Starter kaesi_jones

    (@kaesi_jones)

    Hello Alek,

    by using the Twenty Fourteen theme I had the problem, that the year-title is so large, that I could not press the pulldown arrow to choose another year because the year-title covers it.

    This only happens, if the calendar appears in the side menu. If it appears in the food menu everythink works fine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the background colour’ is closed to new replies.