Okay
  Public Ticket #3187267
Box Grid Colour
Closed

Comments

  • inforthb started the conversation

    Can you provide the CSS to change the background colour of the box grid... I used inspect element without success and I could not it in fonts and colours...

    Thank you for all of your help

  •  783
    Zhivko replied

    Hi,

    Background color:

    .stec-layout-boxgrid-event-background { ... }

    Hover background color:

    .stec-layout-boxgrid-event:hover .stec-layout-boxgrid-hover-bg {
        background: #000 !important;
    }

    Stachethemes Developer

  • inforthb replied

    Thank you Zhivko

    Sorry not to ask this the first time around... in the box grid what is the css for the date font size as it is quite small...

    As always I appreciate your help and prompt responses

    Warm regards

    Nigel

  •  783
    Zhivko replied

    No problems.

    The css class name is .stec-layout-boxgrid-event-timespan

    .stec-layout-boxgrid-event-timespan {
        font-size: 12px;
        line-height: 1;
    }

    Stachethemes Developer