Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #881096

    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

    #881507

    Hey wigldesign,

    Please link to the page in question so that we can have a closer look.

    Best regards,
    Rikard

    #882123

    Hello Rikard,
    the url is: http://www.ana-u.com/NeueHP/
    line
    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

    • This reply was modified 6 years, 10 months ago by wigldesign.
    #882491

    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

    #882538

    Perfect!
    Thank you.
    Best Regads
    Alfred

    #883397

    Hi,

    Awesome. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header border bottom color for one side’ is closed to new replies.