• Resolved summitwinterguard

    (@summitwinterguard)


    Can you help me with the CSS to change the font size of “You have signed up for the following” and “Click on Clear to remove yourself from a signup.”?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter summitwinterguard

    (@summitwinterguard)

    Bumping message

    Plugin Author Shea Bunge

    (@bungeshea)

    Hi @summitwinterguard,

    I can’t see that text on your site, as I do not have an account, and so I’m not sure what CSS code I might use.

    Thread Starter summitwinterguard

    (@summitwinterguard)

    User name: test
    Pass: 1234test

    Plugin Author Shea Bunge

    (@bungeshea)

    Thanks @summitwinterguard, though you might want to remove that information from this site.

    This snippet should accomplish what you are looking for:

    add_action( 'wp_head', function () { ?>
    <style>
    
    h3.user-heading {
        font-size: 15px;
    }
    
    h4.user-heading {
        font-size: 10px;
    }
    
    </style>
    <?php } );
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Snippet’ is closed to new replies.