Hi
This is in relation to a past topic
https://wplms.io/support/forums/topic/invalid-property-value-after-plugin-updates/.´
Hi Veronica:
It just came to my attention that the button is still working oddly in some instances. You gave me this CSS:
.single-course .course_button_wrapper .the_course_button a.course_button.button.full{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 0 10px!important;
background: #D0DF00 !important;
border: none !important;
color: #1F1646;
width: 320px;
height: 76px;
font-size: 16px;
}
I thought it was working fine, and it is working fine for logged users. However, I need to add some lines so it also applies for non logged users, if you go to:
https://inteli-iuris.flywheelsites.com/curso/el-juicio-contencioso-administrativo-ante-el-tribunal-federal-de-justicia-administrativa/ or any other single course page, it will not show the button in bright yellow, as it does for logged in users.
Just need to know what to add to the custom CSS so the button has the same background for all users, logged or not.
The above code shows how the code is missing ; but for the specific button number class. We need this as a global behavior.
Thanks again.