Advertisement
phpface

Untitled

Aug 7th, 2023
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. /** Page builder widget title **/
  2. .widget-builder h4.widget-title {
  3.     color: #fff;
  4. }
  5.  
  6. .post-title a,
  7. .item .meta{
  8.     color: #fff!important;
  9. }
  10.  
  11. /** margin top between the menu and main content **/
  12. .page-template-tpl-page-builder-fw #site-content {
  13.     margin-top: 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement