EXAMPLEI want to change the color of the name of the active gallery on top of my page.
Using 'display element information' we find that it has a class 'title' and it's ancestor is 'breadcrumb' (for this purpose you can ignore span's)
Remember to put both the ID and the class in your CSS, only the class would change all elements on the page that are classed 'title'.
More questions? Want to discuss? Go to
Dgrin Forums.
EXAMPLEI want to change the color of the name of the active gallery on top of my page.
Using 'display element information' we find that it has a class 'title' and it's ancestor is 'breadcrumb' (for this purpose you can ignore span's)
Remember to put both the ID and the class in your CSS, only the class would change all elements on the page that are classed 'title'.
More questions? Want to discuss? Go to
Dgrin Forums.