Advertisement
arie_cristianD

change font weight on split title

Sep 15th, 2023 (edited)
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. /* make title bold in split content */
  2.  
  3. .content-inner .split-container .split-wrapper .current_title {
  4.     font-weight : bold ;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement