This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Jack Richardson
Hi. Not sure if I am doing something wrong or VC doesn’t work.
In the static block (footer variant 8) I would like to change the CSS. Added following code:
`a {
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
transition: color 0.25s ease 0s;
}
a:hover{
color: #A8A8A8;
}
Doesn’t seem to update.
Thanks.
Hello,
I’ve added the css code in WP Dashboard > Theme Options > Typography > Custom CSS:
.footer-list li a {
color: #FFFFFF !important;
cursor: pointer !important;
text-decoration: none !important;
transition: color 0.25s ease 0s !important;
}
.footer-list li a:hover{
color: #A8A8A8 !important;
}
and removed the code from VC editor in Static block.
Please check your site now.
Best regards,
Jack Richardson.
Hi Jack, this is great.
Noticed that I made the mistake of adding the stating block to the ‘pre footer area’ instead of the ‘footer area’.
G
Hello,
You are welcome!
Best regards,
Jack Richardson.
The issue related to '‘Visual Composer – Page Settings – Custom CSS setting’' has been successfully resolved, and the topic is now closed for further responses