Advertisement
fauzanjeg

Give Bullets for Subtitle

Mar 5th, 2021
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. /* Give Bullets for Subtitle */
  2. .jeg_content.jeg_singlepage .jeg_main_content .entry-header .jeg_post_subtitle {
  3.     display: list-item;          /* This has to be "list-item"                                               */
  4.     list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
  5.     list-style-position: inside; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement