EduardET

bloom input fields,submit, footer text

Nov 15th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. /*Change the font-size of the bloom fiedls*/
  2. .et_bloom .et_bloom_bottom_stacked p.et_bloom_popup_input input {
  3.     font-size: 20px
  4. }
  5.  
  6. /*Change the font-size of the bloom submit button*/
  7. .et_bloom .et_bloom_bottom_stacked button.et_bloom_submit_subscription {
  8.     font-size: 20px;
  9. }
  10.  
  11. .et_bloom_form_footer p {
  12.     color: white;
  13.     font-size: 20px;
  14. }
  15. /*Change the color and font size of the bloom footer text*/
  16. .et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_form_footer p {
  17.     color: white!important;
  18.     font-size: 20px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment