Title: BookYourTravel problem
Last modified: August 24, 2016

---

# BookYourTravel problem

 *  Resolved [mutantkeyboard](https://wordpress.org/support/users/mutantkeyboard/)
 * (@mutantkeyboard)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/)
 * Hi guys.
    I have recently been assigned to work as a new administrator of the
   webpage where they have installed Book Your Travel theme by themeenergy. I have
   fully customised theme to have a red appearance, but for some reason half of 
   the people see the theme in red colour, while half of them see the theme in a
   blue colour. I’m really confused and I don’t know what to do to fix this.

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166264)
 * 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://themeforest.net/item/book-your-travel-online-booking-wordpress-theme/5632266/comments)
 *  Thread Starter [mutantkeyboard](https://wordpress.org/support/users/mutantkeyboard/)
 * (@mutantkeyboard)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166266)
 * [http://www.summer-blues.com](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.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166267)
 * I have just check on FireFox, Explorer, and Chrome.
 * The color is red on all of them.
 *  Thread Starter [mutantkeyboard](https://wordpress.org/support/users/mutantkeyboard/)
 * (@mutantkeyboard)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166268)
 * Thank you. It should be red.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166270)
 * For the red ribbon on top right corner of the size. How did you edit the color?
 *  Thread Starter [mutantkeyboard](https://wordpress.org/support/users/mutantkeyboard/)
 * (@mutantkeyboard)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166273)
 * They use static images in the theme folder. I simply used Photoshop and “repainted”
   the original images.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166274)
 * 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.
 *  Thread Starter [mutantkeyboard](https://wordpress.org/support/users/mutantkeyboard/)
 * (@mutantkeyboard)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166277)
 * Aha … excellent notice. I didn’t even see that one.
    Will fix the CSS right now.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166278)
 * 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.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166280)
 * 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.
 *  Thread Starter [mutantkeyboard](https://wordpress.org/support/users/mutantkeyboard/)
 * (@mutantkeyboard)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166283)
 * You seem to be right about this one. Thank you so much
    I’m working on the fix.
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166285)
 * OK, but the images are now blue to me also.
 *  Thread Starter [mutantkeyboard](https://wordpress.org/support/users/mutantkeyboard/)
 * (@mutantkeyboard)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166286)
 * I know … I’m working on the fix 🙂
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166289)
 * 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.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘BookYourTravel problem’ is closed to new replies.

## Tags

 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 14 replies
 * 2 participants
 * Last reply from: [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/bookyourtravel-problem/#post-6166289)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
