Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #399000

    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

    #399004

    Hi Munford!

    Please try following Nancy

    .page-id-2406 #header_meta,.page-id-2406 #header_main {
    border-color: #666666!important;
    }

    Regards,
    Yigit

    #399067

    that did it thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘logo border color change one page only??’ is closed to new replies.