Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1412959

    manuel_buenemann
    Participant

    It’s me again. If I use another colour, it appears only in the date of the events-list, as it should. But if I insert text-transform: uppercase; it appears in both the events name and the events date. To make it look like my listed posts above, only the date should be in uppercase, a little smaller and the space between the line under it smaller. Any idea?

    #1413336

    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-sidebar .widget.widget_eme_list li {
       text-transform:uppercase;
    }
    
    .x-sidebar .widget.widget_eme_list li a {
       text-transform:none;
    }
    

    Hope that helps.

    #1414253

    manuel_buenemann
    Participant

    Now it looks pretty good. Thank you once again!

    #1414537

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again

    Thanks.