I’m wondering what the recommended practice should be for styling the nav bar on all pages except the home page. It would be exactly the same except the home page nav has a transparent BG and the inside pages have an image. I ask mostly because I will be changing the hero image that shows behind the transparent home nav monthly and would like to change the inside coordinating nav bar BG image just once monthly for all inside pages. Would this be best done by creating a separate nav bar with the BG for inside pages or just adding a class to the existing nav bar on each page?
Now you may use one Navbar Symbol named «NavBarBeatrix» on all pages and if on some page need to set a transparent background — just add to Body combo class is-transparent
Sorry. My mistake. Long day.
I fixed it but it’s still not working.
(BTW I really appreciate your help. I have learned a lot. I’ve been designing websites for 20 years but this is my first Webflow site. Trying to figure it all out.)
Yeah, the last is remember: in custom CSS use only lowercase letters
Webflow has trained users to use capital letters when naming classes in capital letters, but Webflow is automatically converts capital letters to small letters in CSS😁
Ideally, get into the habit of naming all classes in Webflow in small letters, and instead of spaces, use “-” or “_” (Webflow also replaces spaces with “-” in the compiled code).
If you want to see an effect also in designer mode you should:
#1 Create an Embed Code element on the page #2 Paste you style code there (like as on my video) #3 Convert the Embed Code element into Symbol #4 Paste this symbol to all pages #5 Done✅