Your account expired support, please renew to get your support.

HomePage Forums Themes Support Freshio – Organic & Food Store WordPress Theme Customization of bradcrumb section

Topic Resolution: Resolved

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32714
    mcakan
    Support Expired

    Hello there,

    How can I customize the breadcrumb section, such as reducing the area’s height or completely disabling the section?

    Thank you!

    https://www.deli-fayre.com

    Header breadcrumb

    • This topic was modified 1 year, 1 month ago by mcakan.
    #32744

    Hi you,

    Please go to Admin dashboard -> Freshio Options -> Breadcrumb -> Change background color and Image: https://prnt.sc/ZnohT8LInWBc

    Change the height breadcrumb, please add this custom CSS to the file style.css ( child-theme):

    .freshio-breadcrumb{
        min-height: your height px;
    }

    To disable this breadcrumb, please add this custom CSS:

    .freshio-breadcrumb{
    display: none;
    }
    #32754
    mcakan
    Support Expired

    Hi Billy,

    Many thanks for the quick response and solutions.

    #32760
    mcakan
    Support Expired

    Hi again Billy,

    I added the code you sent for changing the height breadcrumb, but it does not work. I feel like it only reduces the height to the minimum height set somewhere else, not to the one added.

    .freshio-breadcrumb{
        min-height:  50px;
    }

    The code (screen)

    #32805

    Oh sorry, Please add your custom css to the following:

    .freshio-breadcrumb{
        min-height:  50px;
        padding: 2em 0;
    }
    #32814
    mcakan
    Support Expired

    It works now. Many thanks for the support!

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.