• Resolved gocallaghan

    (@gocallaghan)


    Hello,

    I am very pleased with this plugin, only thing I am still trying to do is to change the color of the square containing the date of the event.

    It is now light blue, and I would like it to be black or dark grey.

    How/where do I change this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Xylus Themes

    (@xylus)

    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

    Thread Starter gocallaghan

    (@gocallaghan)

    where exactly should I paste this in the CSS file? my style.css file does not seem to have a “custom” section?

    Plugin Author Xylus Themes

    (@xylus)

    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.

    Plugin Author Xylus Themes

    (@xylus)

    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?

    Plugin Author Xylus Themes

    (@xylus)

    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

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘change event date color’ is closed to new replies.