Support

Account

Home Forums General Issues Field Styling Reply To: Field Styling

  • Hi @shamr0ck79

    I’m not entirely understanding how your code is setup but my guess is that you just need an if statement around each block.

    if you do something like

    
    if( get_field('fieldname') ){
    	
    	//Place the entire blocks html structure etc. in here. 	
    }
    
    

    Nothing will appear unless there’s an actual value.