Home › Forums › Gutenberg › Background color › Reply To: Background color
Hi @olympesmn
If you need it on all pages, you don’t need to add the ACF field to a Gutenberg block.
So add the ACF field and under rules, set the post type to page (assuming it’s pages you need it on).
In your code, you then call the field like a normal ACF field
So something like:
<div style="background-color:<?php the_field('background_color'); ?>">
</div>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.