Events Made Easy Forums How do I … Style my [eme_events] ?

  • This topic has 5 replies, 2 voices, and was last updated 3 years ago by Anonymous.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #62460
    Anonymous
    Inactive

    I put the shortcode [eme-events] on my homepage, but the link to the event is invisible (white?) and I don’t know how to remove borders and grey background. Can anyone help me? I tried several CSS codes in several places, but none of them had any effect.

    https://www.persoonlijkvaardiger.nl/

    #62461
    Franky
    Keymaster

    You have this in https://www.persoonlijkvaardiger.nl/wp-content/uploads/elementor/css/post-7.css :

    .elementor-kit-7 a {
     color:#FFFFFF;
     text-decoration:underline;
    }

    The color causes your white text.

    #62468
    Anonymous
    Inactive

    Hi Frany, thanks very much for pointing this out to me.
    Whith this help I changed the text color succesfully.
    Now I stille have to remove borders and backgrond kit. Can you tell me how to find the elementor-kit that causes that. If so, I problably can solve these problems myself next time.

    #62469
    Franky
    Keymaster

    I’m sorry, but in fact CSS questions like that are outside the scope of EME (EME obeys any and all CSS styling of your theme). In this case it is a table (and it is done by your elementor theme), so override the table-style with your own. I’d suggest to learn to use a CSS debugger (like in firefox or chrome), that will help you a lot.

    #62470
    Anonymous
    Inactive

    Thanks! I will look into it. Knowing the table is done by Elementor will surely help.

    #62471
    Anonymous
    Inactive

    And… did it. With your hint that the solution was in the Elementor theme. I couldn’t find the right item at first. Wrote some new CSS and now it’s done.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top