Hi guys,
I've been trying to get my site title and navigation to change to white for fullscreen slides that have a dark BG colour, as per the thread here: Re: Different menu color for each slide on Fullscreen slider
I have been using variations of:
body.fp-viewing-1.sitetitle-txt-inner span{
color: white;
}
I have also tried giving the row an html class of blackbg:
body.blackbg.sitetitle-txt-inner span{
color: white;
}
But neither of these approaches is working.
Any help would be much appreciated!