Hello, How can i change the colour, see the attached image of the 'links' Home>>Portfolio>>Films on the pages. Hopefully it is clear what i mean. Thank you
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .post-page h1 a, .breadcrum h4 a { color: red; } span.current { color: red; } div#crumbs { color: red; } In place of "red" you can put your color or color code. This will solve your issue.