Hi, could you explain the relationship between the main logo and trasparent logo?
I have been unsuccesfull at targeting them individually. I’d like to be able to apply styles individually but can’t seem to separate the two.
For example, suppose I wanted to apply different padding to each…..
“what goes here to target the first logo”{
padding-top:10px;
}
“what goes here to target the transparent logo”{
padding-top:20px;
}
Do they even have their own class or would I have to take a different approach?
Thanks