Hey there,
I currently have some code in the Custom CSS portion that works great on anything in the body since I have the option to assign a class to a specific element in the body. How do I do the same, but for navigation links?
Thanks!
Custom Class for Navigation Link
Hey there,
I currently have some code in the Custom CSS portion that works great on anything in the body since I have the option to assign a class to a specific element in the body. How do I do the same, but for navigation links?
Thanks!
Hey andlia!
Many browsers offer a thing called inspect element.
You can get there by right clicking on an object and then press inspect.
There you can have an insight to all the classes which are used in the code.
I hope that helped :-)
Best!
Marius