Archived topic
How to select the logo on the header for CSS editor use?
3 replies · Started by Siong Boon Lim on July 19, 2015
Hi,
I would like to know how to select the logo on the header for CSS use.
I wanted to select my transparent background logo and customise to make it glow on the border of the image. I have tried many ways to select the logo, but cannot seems to get it selected.
When I use the CSS inspector to edit, it is under
.site-header .header-image{
}
but ".site-header .header-image" cannot not work in the css editor.
I must have did it wrongly.
Appreciate your help in this.
Thank you.
http://www.pic-control.com
Hi there,
.site-header .header-image will definitely target it.
What are you trying to do with it?
I found it using
.site-logo{
}
I am able to select the logo and add effect to the logo.
Thanks.
Cool :)
