Advertisement
duskopro

WPPS-84813-DP-events-css

Sep 12th, 2023
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.61 KB | None | 0 0
  1. @media only screen and (min-width: 61.063em)
  2. {
  3. .layout-two-column-default .content-area {
  4.     width: 80%;
  5.     margin-left: 10%;
  6.     margin-right: 1.38889%;
  7. }
  8. }
  9.  
  10. #epta-template {
  11.     background-color: rgba(10,0,0,0.8);
  12. }
  13. #epta-template.epta-template-1 .epta-sidebar-area {
  14.     background-color: rgba(10,0,0,0.8)!important;
  15. }
  16. #epta-template.epta-template-1 .epta-share-area a {
  17.     color: #dd9933!important;
  18. }
  19. .tribe-events-content {
  20.     color: #dd9933;
  21. }
  22. #reply-title {
  23.     color: #dd9933;
  24. }
  25. #commentform > p.comment-form-comment > label {
  26.     color: #dd9933;
  27. }
  28. .comments-area{
  29. background-color: rgba(10,0,0,0.8);
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement