How to change the menu border color for just one page?

Posted in: Newsmag
Post count: 59

The page

The menu border color is red i want it to be pink, without changing the menu border color of the other pages

Post count: 6535

Hi

You can use custom css and change it just on homepage, like this: http://screencast.com/t/OirdzwkLn
Use the one below and change the color as you wish:

.home .td-header-border:before {
background-color: #EC4D89;
}

If you need it on other pages please let me know and provide more details.

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.