Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #804118

    Hi!
    I would like to have a full width breadcrumb. How can I do it? (check red rectangles).

    I would like to change the colour of the line that is inside the green rectangles. How can I do it?

    http://www.subirimagenes.com/imagen-imageweb-9747975.html

    Thankssss! Greetings. Jorge.

    #804125

    Hey jorgeayusomolina,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #804140

    Hi, Jordan!
    I sent you via privately. ;) Thanks!!

    #804170

    Hi,

    Add the following to quick css:

    
    .light_bg_color.title_container .container{
    width:100%!important;
    max-width:100%!important;
    }
    
    #av-layout-grid-1 .avia-builder-el-2, .avia-builder-el-3 {
    background-color:red!important;
    }

    Just adjust the background color from red to whatever you need.

    Best regards,
    Jordan Shannon

    #804182

    Hi again!

    Thanks so much. Everything is working perfect. I would like to change the breadcrumb height. Is it possible?
    Thanks. Greetings. Jorge.

    #804205

    Hi,

    You can edit what I originally gave you to the following:

    .light_bg_color.title_container .container{
    width:100%!important;
    max-width:100%!important;
    padding-top: 25px!important;
    min-height: 86px!important;
    }

    That should take care of the height.

    Best regards,
    Jordan Shannon

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