• Resolved eckh20

    (@eckh20)


    Hi,

    I managed to remove the background of the individual events pages using the code:
    .ife_eventmeta .organizermain {background: none;}

    But on the events list page I can’t get rid of the gray background on the even description. I have tried but no luck. Any advice please?
    .ife_event .event_desc {background: none !important;}

    https://edsheerantribute.com/shows/

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

    (@xylus)

    Hello @eckh20,

    Thanks for providing link but i can’t see your website its under construction.

    Thanks.

    Thread Starter eckh20

    (@eckh20)

    Sorry, I’ve turned it off construction mode so you can see.

    Plugin Author Xylus Themes

    (@xylus)

    Hello @eckh20,

    you need do add below custom css .

    .ife_event .event_details {
    background: none !important;
    }

    Hope this will be helpful to you.

    Thanks,
    Xylus Themes.

    Thread Starter eckh20

    (@eckh20)

    Thank you!

    My last two questions – how to I make the event image larger and how do I add a border around each event please?

    Many thanks

    Plugin Author Xylus Themes

    (@xylus)

    Hello @eckh20,

    you need to add below custom css for increase image size.please add below custom css.

    .ife_event .img_placeholder {
    min-height: 259px !important;
    }

    .archive-event .ife_event {
    min-height: 355px !important;
    height: 100% !important;
    border: 1px solid #fff !important;
    }

    Hope this will be helpful to you.

    Thanks,
    Xylus Themes.

    Thread Starter eckh20

    (@eckh20)

    Amazing, thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Editing events description background’ is closed to new replies.