• Is it possible to highlight the message with a frame, bold font och colored font in some way to stand out more for better clarity?

    Thanks

    /Fredrik

Viewing 1 replies (of 1 total)
  • This plugin seems to style the message using these CSS classes :

    .juiz-outdated-message {
            margin: 1em 0;
            padding: 10px 15px;
            background: #FFF;
            color: #666;
            line-height: 1.4;
            font-size: 1em;
            box-shadow: 1px 1px 4px rgba(0,0,0,.1);
    }
    
    // Custom style for message above the post content
    .jodpm-top {}
    
    // Custom style for message below the post content
    .jodpm-bottom {}
    

    You could customize this wether with a child theme style.css or with a “Custom CSS” plugin, I think.

Viewing 1 replies (of 1 total)
  • The topic ‘Better highlight the message’ is closed to new replies.