Theme4Press › Forums › evolve › Content box shortcode css › Reply To: Content box shortcode css
#29922
|
Hi Anton,
To have the CSS code affect all the pages. You can just remove the page-id part in the CSS code. Here is a quick example:
1 2 3 4 5 |
/* Padding for the headings */ .t4p-content-boxes .heading .content-box-heading { padding-left: 20px; color: aqua; } |
Please let me know if that helps. 🙂