Title: Breadcrump
Last modified: December 14, 2020

---

# Breadcrump

 *  Resolved [ariextreme](https://wordpress.org/support/users/ariextreme/)
 * (@ariextreme)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/breadcrump/)
 * Hi,
 * I added yoast breadcrumps in the header and would like to add fullscreen wide
   background to it. I looks like I can’t get this done in the header. Is someone
   so kind to share how this can be achieved?
 * Thank you,
    Arjan
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbreadcrump%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Kjell Reigstad](https://wordpress.org/support/users/kjellr/)
 * (@kjellr)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/breadcrump/#post-13788018)
 * Hi there! I think this can be achieved by adding a wrapping div around the breadcrumb’s
   paragraph tag. For example:
 *     ```
       <?php
       if ( function_exists('yoast_breadcrumb') ) {
         yoast_breadcrumb( '<div style="background-color:lightblue"><p id="breadcrumbs">','</p></div>' );
       }
       ?>
       ```
   
 * Let me know if that works for you!
 *  Thread Starter [ariextreme](https://wordpress.org/support/users/ariextreme/)
 * (@ariextreme)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/breadcrump/#post-13788956)
 * Hi Kjell,
 * Awesome, that works well.
 * Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Breadcrump’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentyone/2.8/screenshot.
   png)
 * Twenty Twenty-One
 * [Support Threads](https://wordpress.org/support/theme/twentytwentyone/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentyone/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentyone/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentyone/reviews/)

## Tags

 * [breadcrumps](https://wordpress.org/support/topic-tag/breadcrumps/)
 * [header background](https://wordpress.org/support/topic-tag/header-background/)

 * 2 replies
 * 3 participants
 * Last reply from: [ariextreme](https://wordpress.org/support/users/ariextreme/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/breadcrump/#post-13788956)
 * Status: resolved