Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #368240

    Dear Kriesi Team,

    I’m building a new WebSite for a Transport and Logistic client which is not yet finished. This is just to ask you for a little CSS magic.

    What I want is to remove and delate the thin grey line just below the Breadcrumb. I’m well aware that it is controlled in General Styling by the “Main Content – Border Colors”, but if I change it from #e1e1e1 to #ffffff, all the tiny lines, like the lines bordering the Contact Forms or the Testimonials, Icon Boxes, etc, disappear to.

    You know, just the thin grey line below the Breadcrumb.

    Many thanks and regards from Madrid, Adolfo

    #368266

    Hey Adolfo Lucio!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    .container_wrap {
        border-top-width: 0 !important;
    }
    

    Cheers!
    Günter

    #368276

    Great, It works!!! and many thanks Günter.

    Regards, Adolfo

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘I want is to remove and delate the thin line just below the Breadcrumb’ is closed to new replies.