Richfella

Lisa Home CSS

Dec 28th, 2021
1,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.07 KB | None | 0 0
  1. Add background color to boxes on homepage.
  2.  
  3. div.body-wrapper.hs-content-id-62359022216.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-10.dnd_area-row-2-padding.dnd_area-row-2-max-width-section-centering.dnd-section > div > div:nth-child(1) > div > div > div {
  4. padding-top: 20px;
  5.     border-radius: 10px;
  6. background-color: #FDF5EA;
  7.  
  8. }
  9.  
  10. div.body-wrapper.hs-content-id-62359022216.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-10.dnd_area-row-2-padding.dnd_area-row-2-max-width-section-centering.dnd-section > div > div:nth-child(2) > div > div > div {
  11.     padding-top: 20px;
  12.     border-radius: 10px;
  13.     background-color: #FDF5EA;
  14. }
  15.  
  16. div.body-wrapper.hs-content-id-62359022216.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-10.dnd_area-row-2-padding.dnd_area-row-2-max-width-section-centering.dnd-section > div > div:nth-child(3) > div > div > div {
  17.     padding-top: 20px;
  18.     border-radius: 10px;
  19.     background-color: #FDF5EA;
  20. }
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment