• Resolved Longbow

    (@faithfl)


    Hey there,
    To use Custom CSS, this requires inline styling?

    I want to do this:

    .login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #ffffff!important;
    font-weight: 600;
    }

    .login #backtoblog a:hover, .login #nav a:hover {
    color: #353535!important;
    }

    I expect to be able to post this and call it a day.
    If inline, how do I point out what I want to style?

    Thank you,
    -e

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

Viewing 1 replies (of 1 total)
  • Thread Starter Longbow

    (@faithfl)

    Ok, Resolved.

    Simply add
    <style>
    Around your css.
    </style>

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS: Opening and closing style tags required.’ is closed to new replies.