Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    Thanks for reaching out.

    In general, all these changes are considered custom code ??

    But it’s fine, we can give you some pointers.

    It looks like what you are trying to do is to change the styling of your headers in that page.

    Then we need to use the page inspector to find out what are the classes and IDs for these elements. This is what they have:
    https://prntscr.com/rxe06y
    https://prntscr.com/rxe0ei
    https://prntscr.com/rxe0m2

    From that we conclude that you need to change the .sp-table-caption and .sp-post-caption

    Then your CSS code should be something like this:

    .sp-table-caption, .sp-post-caption {
    	background: red;
    	color: white;
    }

    Thanks!

    Thread Starter betisweb

    (@betisweb)

    @rochesterj thks again, difficult for me but noted your message

    You’re most welcome!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add colour into event details’ is closed to new replies.