Hi I have been looking through the forum to change the link colour of my site to blue instead of grey. I have seen that you recommend to use the following custom css. { color: blue; } I have used this and it is not working Site is www.iaintnosaint.com Ta
Hello, Could you please explain your problem with the help of screenshot, where you want to change the color, so that we can give you the exact solution. Thanks & Regards Gourav Shrivastava
Here is the screenshot http://iaintnosaint.com/wp-content/uploads/2014/04/Untitled-1.jpg I would like to remove the headers as links and make the image a link
Ideally the reasoning behind this is that I would like the blog and other links on the site to have a different colour as they dont stand out see here: http://iaintnosaint.com/wp-content/uploads/2014/04/Untitled-2.pdf
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-page-wt-thumb-container h1 a { pointer-events: none; } This will solve your issue.
Hello, Download the front-page.php file attached with this post and replace it with the existing front-page.php file present in the theme directory. This will solve your issue.
I have a lot of custom .php files on the front page.. is there any other way of doing it? Sorry to be a pain. Also how do I change the link colours for all the links on other pages (just <p> not H1 etc)
Hello, Could you please provide the following information listed below. Thread Link: http://www.inkthemes.com/community/threads/link-colour.11432/#post-42521 Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] . We will do it for you.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-post-container-wrapper a { color: blue; } .page-post-container-wrapper .page .page-content a{ color: blue; } .sidebar li a { color: blue; } .sidebar a { color: blue; } In place of "blue" you can put your color or color code. I hope this will solve your issue.