Change the Event Date Icon Colour

  • Mick Graham
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
6 years 11 months ago #116084 by Mick Graham
Change the Event Date Icon Colour was created by Mick Graham
I'm just a bit confused about how I can change the colour of these icons that have the Event Date inside?

Attachments:

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
6 years 11 months ago #116096 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Change the Event Date Icon Colour
Hi Mick

It's font-awesome icon, so I believe it can be changed by adding some custom css

What color you want to use? Send us the link to the page and tell us the color code so that we can guide you with necessary css

Tuan

Please Log in or Create an account to join the conversation.

  • Mick Graham
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
6 years 11 months ago #116102 by Mick Graham
Replied by Mick Graham on topic Change the Event Date Icon Colour
Hi Tuan

Its www.45plusnotgrumpy.com/

#cc2237

rgds
Mick

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
6 years 11 months ago #116103 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Change the Event Date Icon Colour
Hi Mick

Try to go to Events Booking -> Configuration, look at Custom CSS tab, try to add this custom css:
Code:
.eb-event-date-info i.fa-calendar { color: #cc2237 !important; }

If it still doesn't work, better submit a support ticket sending us super admin account of your site so that we can add custom css, check and make sure it works

Tuan

Please Log in or Create an account to join the conversation.

  • Mick Graham
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
6 years 11 months ago #116107 by Mick Graham
Replied by Mick Graham on topic Change the Event Date Icon Colour
Just for info I fixed this in my default website template.

I use Template Creator CK and in the custom css I added this:

.btn-inverse {
background-color: #cc2237;
}

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
6 years 11 months ago #116124 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Change the Event Date Icon Colour
Yes, that's correct. I mis-understood your need before (I thought you want to change color of the icon) and suggested the wrong fix, sorry

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc