MEC plug in styling

Hi guys
Can help me solve this riddle with identifying the correct element to change color on. I have used a custom css on the shortcode version of this. I now need to have the same div on another element
Original custom css applied here
URL: http://nextleaptrainingsolutions.com/ the second place where the button links using the same css is here on this page.
URL: http://nextleaptrainingsolutions.com/events/pcm-part-1-seminar/
We need to have the text the same colour as the border
thanks in advance
Phil

Hello Phil,

Thanks for writing in!

Please have your code updated and use this:

.mec-wrap.colorskin-custom .mec-event-date .mec-color {
    color: #ffffff;
}

To target those two buttons, you will have to use this code:

.mec-wrap.colorskin-custom .mec-export-details .mec-color {
    color: red;
    border-color: red;
}

I used a red color to easily spot the changes one you apply the css in your site.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.