- This topic has 5 replies, 2 voices, and was last updated 3 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Style my [eme_events] ?
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.
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.
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.
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.
Thanks! I will look into it. Knowing the table is done by Elementor will surely help.
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.