Hi guys
I am trying to change the color of the logo borders only on the front page of my site
using this code:
.page-id-2406 .div#header_meta, #header_main {
border-color: #666666!important;
}
but it is affecting all the pages.
Can you find the error? I know you can!
thanks
Nancy
Hi Munford!
Please try following Nancy
.page-id-2406 #header_meta,.page-id-2406 #header_main {
border-color: #666666!important;
}
Regards,
Yigit
that did it thanks!