Last active
April 23, 2019 07:08
-
-
Save srikat/3fd8fdbdf64bc27e177d7d4ef4e34fa1 to your computer and use it in GitHub Desktop.
Subtitles below Titles in Genesis using Visual Subtitle plugin. https://sridharkatakam.com/subtitles-titles-genesis-using-visual-subtitle-plugin/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.subtitle { | |
display: block; | |
margin-top: 10px; | |
} | |
.breadcrumb .subtitle { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment