• Resolved msyahrizan

    (@msyahrizan)


    Hi,
    I try to put

    color: #cccccc;
    font-size: 10px;

    at Custom CSS properties, but nothing change.Can you show the right way to customize css for this shortcode?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayan Datta

    (@infosatech)

    Hi, if you want to apply those CSS properties on posts use .post-last-modified { color: #cccccc; font-size: 10px; } or on pages .page-last-modified { color: #cccccc; font-size: 10px; }

    Thanks

    Thread Starter msyahrizan

    (@msyahrizan)

    Thank you, it’s work

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to use Custom CSS?’ is closed to new replies.