• Resolved JustineA

    (@justinea)


    Hi,
    for two days I am trying to style the complete lesson button and take quiz button but doesn’t matter what I try it simple does not have any effect on it.

    I tried to style it through my theme Astra
    I switched back to TwentySeventeen
    I tried CSS with .button !important and a few more classes here

    but nada.

    Please help, my students are a bit on the non tech side, even scrolling is sometimes to difficult :/ I need a nice HUGE button.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @justinea

    Try CSS from Appearance > Customize > Custom CSS, adding this style which you can then customize in size and color:

    .lesson-template-default .post footer a.button {
        padding: 12px 40px;
        display: inline-block;
        font-size: 14px;
    }

    Make a backup of your website before applying changes ??

    Thread Starter JustineA

    (@justinea)

    Thank you! It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Styling’ is closed to new replies.