Topic Resolution: Resolved
  • Closed
  • Paula Lutzoff
    Spectator
    August 5, 2015 at 3:35 am #19644

    Hello,

    How can I remove the background of breacrumbs?
    My background is grey, but the breadcrumbs have a white background.

    Tks for your help.
    Paula

    Denzel Chia
    Moderator
    Posts: 2656
    August 5, 2015 at 9:07 am #19654

    Hi,

    Please post your website url. We will provide the Custom CSS code for you.

    Thanks!

    Paula Lutzoff
    Spectator
    Posts: 8
    August 5, 2015 at 3:25 pm #19672

    Hello.

    The website is http://www.obrafacilsorocaba.com.br/.
    Tks, Paula

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 5:18 pm #19678

    Hi Paula,

    Thanks for writing in!

    Upon checking, it seems that all the images are having a description in below and the bottom of the images is white in color (see: http://prntscr.com/815k8u). Though, you should change all of your images with transparent down side so only the image and the description will show despite the white background. Currently, it can’t be fix by a custom code unless you change the images.

    Thanks.

    Paula Lutzoff
    Spectator
    Posts: 8
    August 5, 2015 at 7:02 pm #19687

    Hello,

    This images are design with a white border on it.
    I didn´t do any change on the theme options, to be like this.

    I would like to have the breadcrumbs with the same background color of the site (light grey).
    Tks, Paula

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 7:09 pm #19688

    Hi Paula,

    Would you mind providing some screenshots with the issue so I can take a closer look into it and provide you with a possible solution.

    Thanks.

    Paula Lutzoff
    Spectator
    Posts: 8
    August 5, 2015 at 7:23 pm #19689

    Hi!

    Please take a look on this image: http://prntscr.com/8170fx
    The breadcrumbs background is white.
    Tks, Paula

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 7:31 pm #19691

    Hi Paula,

    If you wish to achieve something like this: http://prntscr.com/8173mp, so you can add the following code under Appearance > Theme Options > Custom Css:

    ul.breadcrumbs {
    background: transparent !important;
    box-shadow: none !important;
    }

    Hope this helps!

    Thanks.

    Paula Lutzoff
    Spectator
    Posts: 8
    August 5, 2015 at 7:46 pm #19693

    Yes! Thanks for your help 🙂

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 7:52 pm #19694

    You’re welcome! 🙂