This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #109356
     Groubee2
    Participant

    Hi @Radu (maybe you can help me) 🙂

    How can I remove the border and event icons inside the “Event” Dashboard item? See attached image

    I hope you can help me 🙂

    Best regards

    Tonny

    Attachments:
    You must be logged in to view attached files.
    #109547
     Radu
    Moderator

    Hi,

    Use this

    COPY CODE
    
    .widget_em_widget table:not(#wp-calendar) tr td, .widget_em_widget table:not(#wp-calendar) tr th { border: 0; }
    
    .widget_em_widget table:not(#wp-calendar) {border: 0;}
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109552
     Groubee2
    Participant

    Hi @Radu

    Yes, the border is gone! But the event icons is still there?

    Cheers
    Tonny

    #109570
     Radu
    Moderator

    Ah, i’ve missed that, see below

    COPY CODE
    
    .widget_em_widget > ul > li:before {
        display: none !important;
    }
    .widget_em_widget > ul > li { padding-left:0; }
    

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109573
     Groubee2
    Participant

    Nice – now it looks good!

    Again – thanks a lot!!

    Cheers
    Tonny

    #109584
     Radu
    Moderator

    You’re welcome

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?