What is your URL?
Also I would contact the theme developer for help also, when you purchase a theme you are also purchasing direct support.
http://themeforest.net/item/book-your-travel
http://www.summer-blues.com
Hey thank you for the link to the support page. I didn’t even know they have one. I just came on the project 3 days ago.
I have just check on FireFox, Explorer, and Chrome.
The color is red on all of them.
Thank you. It should be red.
For the red ribbon on top right corner of the size. How did you edit the color?
They use static images in the theme folder. I simply used Photoshop and “repainted” the original images.
I think I see the issue with that.
You have the code:
header .ribbon {
background-image: url("../images/themes/blue/bgr/ribbon-long.png");
}
But the code should be:
header .ribbon {
background: url("../images/themes/blue/bgr/ribbon-long.png");
}
It’s like background-image and background css are conflicting.
Aha … excellent notice. I didn’t even see that one.
Will fix the CSS right now.
Also I would look for more images because for the ‘Proceed To Results’ button:
background: transparent url("../images/bgr/search-button.png"
When I hover it with FireBug it still shows it as a blue image.
It looks like that one has the same issue with background-image vs. background
So I would just go through the CSS and adjust them accordingly.
Also look for the images that might be blue still in the theme directory.
You seem to be right about this one. Thank you so much
I’m working on the fix.
OK, but the images are now blue to me also.
I know … I’m working on the fix 🙂
OK, you do have a WP Super Cache plugin so I would turn it off and clear it when done if you haven’t already done so.