Hi I installed a new template that changed the colour of the text inside the articles and everything. It became grey. The links are also grey. What i should do to change the colour to black for text and to blue for links.
If you want you can check the site. http://www.getpaid.gr
Thank you! |
There will be a few changes to make if you are looking to change links, content, etc.. My suggestion is to ask the developer of template or use Firefox or another browser devlopers tool to find out what to change easily. You should get familiar with this as it will help greatly when working on sites. Here are three to get you started (*Backup Files First*);
yourtemplate/css/common.css Change; .boxFirstHeader color:#1784CA; (change to whatever color you want)
Change; body ( color:#84878E; (to what ever color you want)
yourtemplate/css/anchor.css
change; a, a:link ( color:#1784CA; (to whatever color you want) |
i recommend chrome or firefox as a browser solution, which both provide a tool to inspect the elements of the pages that are created on your site, and in most cases (if cache is off) will point you to the exact line on the exact css file that you need to edit. Hi I installed a new template that changed the colour of the text inside the articles and everything. It became grey. The links are also grey. What i should do to change the colour to black for text and to blue for links. If you want you can check the site. http://www.getpaid.gr Thank you!
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Thank you so much for your answers. i installed firebug and i understood what happens with anchor and body
but why i should change this?
yourtemplate/css/common.css
Change;
.boxFirstHeader
color:#1784CA; (change to whatever color you want)
Thank you so much for your answers |