How can I make one page have a different accent color from the rest of the site?
i.e. the general accent color for the site is blue:
http://jkupperstock.com/
but I would love to make it red for one page: http://jkupperstock.com/about-swiss
Can you please help me make this happen. Thank you very much!
this is actually a bit of a challenging mod since there's tons of rules that go into the color logic, to change them on a page by page basis would require php development inside of the colors.php file located in the css folder. Essentially you would need to alter the
$options["accent-color"]
based on the current page id/slug with some conditional logic.
Hey Jonah,
this is actually a bit of a challenging mod since there's tons of rules that go into the color logic, to change them on a page by page basis would require php development inside of the colors.php file located in the css folder. Essentially you would need to alter the
$options["accent-color"]
based on the current page id/slug with some conditional logic.
Cheers :)
Hi,
can you show me a small snippet how to alter the theme's options?
Hey Jannik!
As nectar mentioned its not as simple as it might seem. Please consider hiring a freelancer if you really need this done.
Thanks
ThemeNectar Support Team