Bed and Breakfast Template Images

Hi there,

I have made use of the bed and breakfast template to add some images on the front pages of my website:
www.alpinechalets.co.nz

You may be able to see - but the “standard room” and “Family room” images are quite dark. I’d like to just remove the dark filter. Forgive my ignorance, but is this easily done?

Any help appreciated.

Phil

Btw, I am able to validate my x theme license on this site when all my plugins are turned off. However, once I activate all in one wordpress security it removes the validation. Any ideas for a solution here?

Hi Phil,

Thanks for writing in!

To remove the dark filter, you can add the code below in Theme Options > CSS

.x-bnb-image-grid > a:before {
     display:none;
}

With regards to all in one wordpress security, regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

Thank you for your understanding.

Thank you for your reply! That certainly did the job, and looks great thanks!