Hi,
how to change for example:
in logo area: Primary color and Highlight color,
in main content: hilight color,
on some pages?
Hey cobwindykacje,
You would need custom CSS for that, please link to the pages you would like a different colour on and specify what colour you would like instead.
Best regards,
Rikard
Thanks for example:
for exaple:
/windykacja/
in logo area: Primary color: #690814 and Highlight color: #690814
in main content: hilight color: #690814
/faktoring/
in logo area: Primary color: #135906 and Highlight color: #135906
in main content: hilight color: #135906
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-10 a .avia-menu-text {
background-color: #690814 !important;
}
.page-id-10 a .avia-menu-text:hover {
background-color: #690814 !important;
}
.page-id-13 a .avia-menu-text {
background-color: #135906 !important;
}
.page-id-13 a .avia-menu-text:hover {
background-color: #135906 !important;
}
Best regards,
Rikard