Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #547181

    Is there a place I can adjust the breadcrumb navigation?

    I’d like the option to:
    – change colors
    – make it flush left
    – increase font size
    – change “You Are Here”

    #547357

    Hi mftonto2and3,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #547433

    sure.

    #547459

    Hi!

    1,2,3. Please insert the below css into your custom css section and adjust it as needed:

    .title_container .breadcrumb {
            font-size: 15px !important;
    	color: #000000 !important;
    	right: 1050px !important;
    }
    
    .breadcrumb a {
    	color: #000000 !important;
    }

    4. Navigate to Enfold > framework > php > class-breadcrumb.php

    On line 26 you’ll find:

    
    echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';
    
    

    Regards,
    Dake

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