• I would like to pass a value to Admin CSS MU from an ACF Option page color picker. Is there a way that I can include the following? Currently the php content is being stripped at ‘Save’.

    .mybackground-color {	
     		background-color:<?php the_field('page_background_color', 'option'); ?>;
         } 
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Include PHP within CSS?’ is closed to new replies.