• Can somebody please show me how to change the fonts within Events Manager? The color for the date/time and location is grey. I need this to be black and bolder.

    Any assistance would be greatly appreciate it.

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You could do it by using a small css like the following. You could add the css on any location of your theme where it accepts custom css. Usually under: Appereance > custmize > Additional CSS

    .events-table > td:first-child,
    .events-table > td i {
    color: #000 !important;
    font-weight: bold.
    }
    Thread Starter everettejr

    (@everettejr)

    Thanks, I’ll try this option.

    Thread Starter everettejr

    (@everettejr)

    Unfortunately this didn’t work however I managed to find the code to change the font’s color which is style=”color:DodgerBlue;” for example. The color did change but the change only took place on the Desktop. The change is not taking place on Mobile phones at all. Any advice please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the font colors in Events Manager’ is closed to new replies.