• ben84torag

    (@ben84torag)


    Hi,

    I am trying to remove the picture banner on the top of my product pages, in order o have a lighter visual…
    However once I disabled it (in customize / Page Layout / Page product), it also disables the breadcrumb and I don’t want it !

    It is funny because it looks like I can set the banner with or without the breadcrumb
    But the breadcrumb can be display only with the Banner….

    FYI Our EShop runs with woocommerce

    if you have any tips ??

    Best
    Ben

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • janet4now

    (@janet4now)

    body.product-template-default .entry-banner {
    background: #fff;
    }
    body.product-template-default .entry-banner .entry-banner-content h1 {
    color: #555;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    text-align:center;
    }
    You can try adding that to your css. If it doesn’t work, leave it in your code and post back so I can review and tweak.

    Thread Starter ben84torag

    (@ben84torag)

    Thank you so much for your fast answer Janet
    however I am really not expert in CSS…
    I prefer to don’t take the risk to do it, I am so scared to break down this website

    thanks again

    janet4now

    (@janet4now)

    You just add it to your customize > additional css

    If it does anything you don’t like you can always erase it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumb’ is closed to new replies.