Breadcrumb formatting problem - I need some help please.

James LyallJames Lyall Registered Users Posts: 202 Major grins
edited October 8, 2017 in SmugMug Customization

Having been away from SmugMug for a while, I find on my return that my CSS formatting of breadcrumbs no longer works.
I have discovered Aaron's post from last month reporting a revision of the SmugMug coding, but I have not been able to make effective modifications to my CSS.

My old code was:

/* Sets the main breadcrumb font size*/
.sm-breadcrumb {
  font-size: 18px;
}

/* Set the galleries breadcrumb font size*/
.sm-page-widget-breadcrumb .sm-breadcrumb h1 {
    display: inline;
    font-size: 20px;
    font-weight:400;
}

/* Make breadcrumb Home icon a bit bigger */
.sm-page-widget-breadcrumb .sm-breadcrumb .sm-fonticon {
    font-size: 36px !important;
}

I should be most grateful for any help with achieving the required appearance using the new code.
Thank you very much in advance.

Comments

Sign In or Register to comment.