|
Welcome,
Guest
|
|
|
Hi Everyone,
When I am in the "MORE PHOTO" Mode in the "PROPERTY DETAIL" tab, If I hold the mouse on the forward button, or backward button, half of the photo gets covered by a blue mask. Any thoughts on that is much appreciated. Thanks. www.sunnyorlandorentals.com/main/home/vi...y/Glenbrook16636/11/ |
|
|
|
The links syle depend on the joomla template, so if you want to remove that blue background, you have to edit /main/templates/ja_raite/css/colors/blue.css at line 19 and where you see:
a:hover, a:active, a:focus { background: none repeat scroll 0 0 #00568B; } change that to: a:hover, a:active, a:focus { } |
|
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page
|
|
Hi pirana,
That didn't work. It just gave me a different color mask. However I did manage to get the mask off, by changing the background color for the hover to transparent. If anyone has the same problem, here is what I did. I changed; a:hover, a:active, a:focus { background: #00568b; } to a:hover, a:active, a:focus { background:transparent; } Thanks again. |
|
Last Edit: 1 year, 2 months ago by jaavi.
|
|