Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1231992

    Hello,
    I would have liked to place an image just below the breadcrumb like in this image :
    information demande
    I did not find an answer in the forum.
    Thanks a lot for your help.

    • This topic was modified 4 years, 4 months ago by Laure.
    #1232241

    Hey Laure,

    It might work if it’s set as a background to the breadcrumb container, please post a link to your site where we can see the breadcrumbs, and a URL for the image which you would like to add.

    Best regards,
    Rikard

    #1232567

    Hi Rikard,
    Thank you for your answer.
    The site is website and the image url is: image

    I found this code in an old post, but the image doesn’t look good :(

    .title_container .container {
    background: #333 url(https://www.attiches.eu/wp-includes/images/media/bandeau_bleublancrouge.png) top center;
    }
    

    Thank you !
    Best regards,
    Laure

    • This reply was modified 4 years, 3 months ago by Laure.
    #1232628

    After looking I found how to write the css :)
    I’m happy, and thank you for your help!
    Thanks again !

    What i got :

    .title_container .container {
    background: #1c61b0 url(https://www.attiches.eu/wp-includes/images/media/bandeau_bleublancrouge.png);
    background-repeat: no-repeat;
        background-size: contain;  
    }
    .title_container {
      border-top:1px solid #ebebeb;
      border-bottom:0px;
    }
    • This reply was modified 4 years, 3 months ago by Laure.
    #1232843

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.