Advertisement
cvndythemes

zcilovs_fixes

May 22nd, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. To change the muse images search:
  2. START ONE CHARACTER
  3. and you can see the placeholder image that looks like this:
  4. https://placehold.it/80X100
  5. just replace your image with that.
  6.  
  7.  
  8. To change the individual muse portrait search:
  9. Character Portrait
  10. Each page has only one, then replace the image
  11.  
  12. I think you already figured it out though!
  13.  
  14.  
  15.  
  16.  
  17. MISC FIXES-----------------------------------
  18.  
  19. ON THE MAIN THEME (your actual blog), search for:
  20. {CustomCSS}
  21. and add the following right above:
  22. .title_print {height:60px!important;margin-bottom:105px;}
  23. .navi_tag {position:relative;z-index:10!important;}
  24. .title_print h1 {width:340px;}
  25.  
  26.  
  27. Then search for:
  28. .title_print h1
  29. and change this:
  30. margin:-75px 0px 0px 20px;
  31. to this:
  32. margin:-75px 0px 0px 60px;
  33.  
  34.  
  35.  
  36.  
  37.  
  38. ON THE MUSE LIST PAGE:
  39. I see you changed the names, but if you want first and last names and have everything aligned, just add this:
  40. <br>
  41. inbetween the first and last name, for example:
  42. Seo Kangjoon
  43. to this:
  44. Seo<br> Kangjoon
  45.  
  46.  
  47.  
  48.  
  49.  
  50. ON THE INDIVIDUAL CHARACTER PAGE search for:
  51. </style>
  52. and right above add this:
  53. .tags {z-index:10!important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement