URGENT: I have changed css file but not being reflected in jobroller
Hi,
Using FTP, I have updated the CSS file [domain]/
wp-content/themes/jobroller/styles/style-pro-blue.css and changed the job type slugs (to my own) so that the colors work.
e.g:
[Line 376]
.type span.full-time{
background-color: #D72F1D;
border: 2px solid #D72F1D;
color: #fff !important;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
[to]
.type span.middle-east{
background-color: #D72F1D;
border: 2px solid #D72F1D;
color: #fff !important;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
(whereby middle-east is my own slug)
- I then saved the css file (with FTP)
- Refreshed my website
However the change never took place and this job type is grey even though the slugs match.
AM I MISSING A STEP or do I need to do something to get my site to read the newly saved css file ????
Please help as I am very confused!!
Thanks,
IQ