Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1227275

    Hi,
    I use your theme on a few sites. I noticed that on one site where I recently installed your theme that the breadcrumbs look different and have a background colour with a curved border.
    However, on the other site I use your theme, everything is up to date too and I really can’t find out why it looks different there.

    Links are below. How can I achieve the breadcrumbs with the curved border and darker background?

    #1227491

    Hey SilviaNT,

    Please try the following in Quick CSS under Enfold->General Styling:

    .title_container {
      background-color: #fff; 
    }

    Best regards,
    Rikard

    #1227708

    Hi,

    I was able to achieve it with this css:
    .title_container .breadcrumb {
    padding: 8px;
    background-color: #f5f5f5;
    border-radius: 4px;
    }

    However, now the breadcrumbs are not really centred. The is a bigger gap at the top of the title container. How can I centre it a bit more and get to look even?

    #1227967

    Hi,

    You have this CSS:

    .title_container .breadcrumb {
        margin-top: -7px;
    }

    If you change that to -15 instead then it will look better.

    Best regards,
    Rikard

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