The options for “predefined color scheme” do not offer the specific colour I need, site wide. I am currently using ‘Splash Red’ but I need a certain pink colour. I need to create a specific “predefined color scheme” to keep in with the client’s visual identity. Many thanks
Hey stulan68,
If you are familiar with the language this can be done pretty simply through css.
Best regards,
Jordan Shannon
Thanks Jordan, Yes I am familiar with editing CSS. Do you know how I would locate the specific styles that I need to modify in order to display my chosen colour? Thanks. S
Hi,
You can change some colors adding this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
::selection { background: #ffb7b7; /* WebKit/Blink Browsers */ } ::-moz-selection { background: #ffb7b7; /* Gecko Browsers */ }
Best regards,
John Torvik
Thanks John, will try that and let you know how I get on. Many thanks :)