Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #801311

    Hi!!

    Is it possible to put a picture as background in the breadcrumb? Is it possible to edit the font style of the beadcrumbs?

    Thanks!!!

    #801347

    Hey jorgeayusomolina,

    Yes that should be possible, what image and font are you looking to use? Please post a link to your site so that we can have a closer look.

    Best regards,
    Rikard

    #801890

    Hi, Rikard!
    I would like to hide some breadrumbs and bold the font of some of them. How can I do it?
    I sent you the details by private because my website has a coming soon plugin activated.
    THANKS!

    #801903

    Hi!

    Thank you for the information.

    For adding a background image for Title and Breadcrumbs container, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .title_container .container {
    background: #333 url(YOUR FULL IMAGE URL) bottom center repeat-x scroll;
    }

    To format your breadcrumbs, can you show us a screenshot of what you’re trying to achieve? It would be helpful if you can specify which of the breadcrumbs you want to hide or make bold. Right now it seems like breadcrumbs are turned off for your website.

    Best regards,
    Sarah

    #803872

    Thanks!

    How can I hide it in just one page?

    #803931

    Hi,

    You will need to find the page-id of the page, if you inspect it in your browser your will find it in the body tag. Then you should be able to use CSS like this:

    .page-id-xx .title_container .container {
    background: none !important;
    }

    If you can’t find the page-id class then link to the page here.

    Best regards,
    Rikard

    #804198

    Hi, Rikard!
    I did it and now it shows the breadcrumb but as default.
    Thanks!

    #804406

    Hi,

    Ok, thanks for the feedback. Could you link to the page in question so that we can have a closer look please?

    Best regards,
    Rikard

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