The CSS came from the blaskan coding within the theme folder. All of the classes are within that original style.css document. There has to be a way for me to modify the original coding to create the dynamic effect without worrying about missing or non existent coding from other pages.
Hi Bojan, I tried clearing the cache. Right now you’re able to roll-over each menu button and it changes to a white background. When its clicked, I want it to change to a sky blue. The code I provided is the only spot I can see where I can change this.
I do have three sections that have this:
#nav a:focus,
#nav a:hover {
background-color: #FFFFFF;
}
Maybe only one section needs FFFFFF and the other two change to #005692?