Hello @gocallaghan,
We are happy to know that you are pleased with plugin. You can post your review here so it will help other user to discover plugin.
You can change bgcolor, color using below custom css .Please insert below custom css. replace “#039ED7” with your color code.
.ife_event .event_date{
background-color: #039ED7 !important;
color:#fff !important;
}
.event_desc .event_title {
color: #039ED7 !important;
}
Hope this will be helpful to you.
Thanks & Regards,
Xylus Themes
where exactly should I paste this in the CSS file? my style.css file does not seem to have a “custom” section?
Hello @gocallaghan,
Thanks for reaching out to us.
You can add above css to apperence->customize->Additional CSS on your wordpress admin panel or you can also add theme style.css or plugins\xt-facebook-events\assets\css\xt-facebook-events.css.
Let us know if you have any query.
Thanks
HI, can you please list all css infos? Your CSS code changes only the Text but I also would like to change the Square with the Date (its blue now) and also would like to change the text color of the Location.
Hello @daglobe,
Thanks for reaching out to us.
You can change bgcolor, color using below custom css .Please insert below custom css. replace “#039ED7” with your color code.
.event_date{
background-color: #039ED7 !important;
color:#fff !important;
}
And You can change text color of the Location.using below custom css .Please insert below custom css. replace “#039ED7” with your color code.
.event_address {
color: #039ED7 !important;
}
Hope this will be helpful to you.
Thanks & Regards,
Xylus Themes
How would you change the event image when its in the widget? With css?
Hello @cannadems,
Thanks for reaching out to us.
How would you change the event image when its in the widget? With css?
=>Yes,you can change the event image size using custom css.so please add below custom css.
you can set max-width of image is width: 164px; in widget.
.event_picture{
padding: 7px;
width: 164px !important
}
Hope this will be helpful to you.
Thanks & Regards,
Xylus Themes