Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** head part of the code. please do not include this comment. **/
- <meta name="text:Subtitle" content="catch me if you can"/>
- /** css part of the code. look for the original .subtitle class. delete it. and replace it with this new one. please do not include this comment. **/
- .subtitles-wrapper {
- border-bottom: 1px solid {color:Border};
- padding: 20px;
- }
- .first-subtitle {
- font-size: {select:Uppercase Font Size};
- font-weight: bold;
- text-transform: uppercase;
- }
- .second-subtitle {
- text-transform: lowercase;
- }
- /** html part of the code. look for <div class="subtitle">...</div> and replace it with this one. please do not include this comment. **/
- <div class="subtitles-wrapper">
- <div class="first-subtitle">{text:Title}</div>
- <div class="second-subtitle">{text:Subtitle}</div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment