• Resolved mbrailer

    (@mbrailer)


    The update to 4.2.0 seems to have changed some CSS, and as a result a button is less visible.

    Prior to the update, the “Start Now” button on the course summary page used the primary color chosen in Settings > Style with white text.

    After the update, the button’s color appears to be either white or transparent. Since the text remains white, it can no longer be read. The color returns when the cursor hovers over the button.

    You can see the problem at the link provided in this report.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You can use this CSS code to fix it

    .learnpress-page .lp-button{
    background: #28303d !important;
    }

    Thanks

    Thread Starter mbrailer

    (@mbrailer)

    Thank you, that’s corrected it for now. I replaced the color in your code with the primary color on my production site.

    However, this hard-codes the color into the CSS so that future changes made with Settings > Style won’t apply.

    • This reply was modified 1 year, 4 months ago by mbrailer.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Changes After 4.2.0 Update’ is closed to new replies.