Tagged: 

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

    As title, how to change the color of the bar that show the breadcrumb. Now the bar is in black color. please see the below link for details.

    Also, how to put the breadcrumb on the left hand side instead of right hand side.? And how to remove the wording “you are here;” ?

    thanks
    Anthony

    #1119783

    Hey sailentpooN,

    Please try the following in Quick CSS under Enfold->General Styling:

    div.title_container {
      background-color:#fff;
    }

    Make sure that you delete the old CSS and JS files under Enfold->Performance before you check the results.

    Best regards,
    Rikard

    #1119906

    thanks. The color can be changed. May I also know how to change it to be placed on left hand side instead of right hand side?

    Best regards,
    Anthony

    #1120053

    Hi Anthony,

    Please try this CSS as well:

    .title_container .breadcrumb {
        right: auto;
    }

    Best regards,
    Rikard

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