• Resolved ariextreme

    (@ariextreme)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@ariextreme)

    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.