Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizing breadcrumbs #180

Closed
paaljoachim opened this issue Apr 28, 2020 · 2 comments
Closed

Customizing breadcrumbs #180

paaljoachim opened this issue Apr 28, 2020 · 2 comments

Comments

@paaljoachim
Copy link

paaljoachim commented Apr 28, 2020

I cloned https://religionskritikk.no/
and made a local site and activated the newest Gridd development version.

Added an area for Breadcrumbs.

Screen Shot 2020-04-28 at 13 17 28

A few things I notice right away. That the Breadcrumbs does not left align with the content below. The font size is the same as the nav. I see a white background color (which I can probably remove in the customizer.)

I went and added a Gutenberg Breadcrumbs issue: WordPress/gutenberg#21943

@paaljoachim
Copy link
Author

Btw I noticed this:

.gridd-tp-breadcrumbs.custom-options {
    --bg: #ffffff;
    --mw: 85%;
    --cl: #000000;
}

Through the Additional CSS section I adjusted the above to become:

.gridd-tp-breadcrumbs.custom-options {
    --bg: #f5f7f9;
    --mw: 85%;
    --cl: #000000;
}

So that I would have the same greyish background color as the content area.

@aristath
Copy link
Contributor

aristath commented May 9, 2020

the Breadcrumbs does not left align with the content below. The font size is the same as the nav. I see a white background color (which I can probably remove in the customizer.)

Customizer > Theme Options > Breadcrumbs.
Turn the inherit/override option to override. You can adjust the breadcrumbs width there, and make it the same as your content. You can also tweak the background-color there...

Regarding the CSS you added, you don't need to if you customize the options in the Breadcrumbs section :)

@aristath aristath closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants