Reply To: Adding Subtitle to Blog Page

Home Forums Support Adding Subtitle to Blog Page Reply To: Adding Subtitle to Blog Page

Home Forums Support Adding Subtitle to Blog Page Reply To: Adding Subtitle to Blog Page

#103064
Tom
Lead Developer
Lead Developer

Nice find! To style that sub-title, you can use this class:

.entry-title .entry-subtitle {
      /* CSS attributes in here */
      color: black;
}

Let me know if you need more info 🙂