Okay
  Public Ticket #954452
Changing transparent header font color on a certain page
Closed

Comments

  •  2
    Lively_Designs started the conversation

    Hi,

    I need a bit of help with customizing the color of the font on my transparent header on a certain page.

    As you can see for the link:(http://www.site1.livelydesignshosting.co.uk/villas/ibambe/)

    I need to change the nav font colour to a light colour for this page in particular.

    I know it requires a bit of CSS using the page id, but as I'm still developing my coding knowledge I need a bit of help with it :)

    Thanks



  •  2
    Lively_Designs replied

    Okay my mistake, I have since searched a bit more on public tickets and have found my answer :). For those wondering, here is the code needed, just change the page ID to whichever page you would like to change:

    .page-id-4150 #header-outer.transparent header#top nav > ul > li > a {
        color: #EEEFF5 !important;
    }