themesbyces

catch me or i go recode :)

Mar 13th, 2024
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. /** head part of the code. please do not include this comment. **/
  2.  
  3. <meta name="text:Subtitle" content="catch me if you can"/>
  4.  
  5. /** 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. **/
  6.  
  7. .subtitles-wrapper {
  8. border-bottom: 1px solid {color:Border};
  9. padding: 20px;
  10. }
  11.  
  12. .first-subtitle {
  13. font-size: {select:Uppercase Font Size};
  14. font-weight: bold;
  15. text-transform: uppercase;
  16. }
  17.  
  18. .second-subtitle {
  19. text-transform: lowercase;
  20. }
  21.  
  22. /** html part of the code. look for <div class="subtitle">...</div> and replace it with this one. please do not include this comment. **/
  23.  
  24. <div class="subtitles-wrapper">
  25.  
  26. <div class="first-subtitle">{text:Title}</div>
  27.  
  28. <div class="second-subtitle">{text:Subtitle}</div>
  29.  
  30. </div>
  31.  
Advertisement
Add Comment
Please, Sign In to add comment