Where do I have to enter the CSS code to change the color of the header bottom. But not everywhere, but only on a special page?
Thank you
Best regards
Alfred
Hey wigldesign,
Please link to the page in question so that we can have a closer look.
Best regards,
Rikard
Hello Rikard,
the url is: http://www.ana-u.com/NeueHP/
This line should be red for URL COMPANY and ANA-U
this line should be green for URL GREEN Quality
this line should be blue URL CARDSYSTEMS and LEDSYSTEMS
Thank you for your support.
Best Regards
Alfred
P.S. Hope you can see the picture: http://www.ana-u.com/NeueHP/ana-ulinie.jpg
Hi,
Thank you for the info. You can use the following css code to change the border color.
.page-id-IDHERE #header_main {
border-color: green;
}
.page-id-IDHERE #header_main {
border-color: blue;
}
Change “IDHERE” with the id of the page.
Best regards,
Ismael
Perfect!
Thank you.
Best Regads
Alfred