Thank you for quick reply. Although the theme color changes but, when I change link color then it also changes the navigation link colors (i.e. the name of the pages). I want only the body links color to be changed while keeping navigation links ‘white’ (as in default config).
I am having the opposite issue… I cannot get the navigation menu colours to change. Even when I update my primary and secondary colours, it remains the same.
I have also tried putting this into the custom CSS:
.nav-menu ul li, .nav-menu ul li a, .social li a { color: #65c4ed; }
.vs-nav li a:focus, .vs-triplelayout .vs-nav .vs-nav-current a, .vs-nav li.current_page_item a, .container.vs-move-left .vs-nav-right a, .container.vs-move-right .vs-nav-left a { color: #345; }
.vs-nav li a { color: #D0DADC; }
.vs-nav li a:hover { color: #BECACC; }