I'm having an issue with the style guide. I clone the style guide. I make changed within the style guide, but it does not make the change to the rest of the site. The two changes that I made are 1. Replaced the logo and 2. Change the font. I'm not sure why it does not make the change to the page.
It looks like it's just the logo. When I revise the "LOGO" with my logo, it does not change for the rest of the site. My text is working now.
Hi David, it seems you’re not making it a Component. A compontent looks like the green “Global Styles” element in your left sidebar. What you’d normally do is, great the navbar, turn it into a Component and place that component on each page. Only then is it one ‘global’ item that changes everywhere when updated.
Maineiac M. The class that I used was navbar1_logo. On the Global Styles, I just right clicked and replaced the "LOGO" with my artwork. I used both PNG and SVG. Neither of them worked.
The class only changes the CSS properties, not the image SRC property.