Jump to content

Archived

This topic is now archived and is closed to further replies.

nfp1900

Remove rollover colour / color on masonic and flipper

Recommended Posts

nfp1900

This should be easy but I can't get any CSS to work. I want to get shot of the rollover colours that appear by default on both masonic and flipper sections (rejected by the client...). 

 

I can find the selectors but changing any of the values (e.g. the background colour) doesn't make any difference so this must be hardcoded somehow.

 

.pl-grid-image .pl-grid-image-hover 

 

.flipper-wrap .flipper-items .flipper-item .flipper-info-bg 

 

Thanks

Share this post


Link to post
Share on other sites
Danny

Hi,

 

For Flipper use:

 

#site .flipper-info, #site .flipper-info-bg {
display: none;
background-color: transparent;
}
 
For Masonic use:
 
#site .pl-grid-image-hover {
background-color: transparent;
opacity: 1;
}

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
nfp1900

Hi 

 

Thanks for that. Is it intended that the flipper images no longer become links if the colour is removed? Masonic has a slight opacity which is ok and the link icon is still visible. 

Share this post


Link to post
Share on other sites
Danny

In the code above:

 

#site .flipper-info, #site .flipper-info-bg {
display: none;
background-color: transparent;
}
 
Separate the CSS rules:
 
#site .flipper-info-bg {
background-color: transparent;
}

 

and see if that works. If that doesn't work, can you provide a link to the site in question.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Madi

I'm still trying to figure out how to add content instead of the icon, but removing Masonic's icon on hover: 

 

.pl-grid-image .pl-grid-image-info .info-text:hover {
  1. displaynone;
}

- Madi

Share this post


Link to post
Share on other sites

  • Similar Content

    • Lisa Haran
      By Lisa Haran
      Hi 
      I have a map here http://www.iloveoffset.com/maps/
      I want to add several pointer locations to the map, but when I do they do not appear.
      On this map there are 2 pointer locations and as you can there is only one visible.
      Earlier today I added 7 and could only see 4 so there is something odd going on.
      My theme is up to date
    • clj182
      By clj182+
      Hello,
      I've been having trouble unlocking the template section for past couple of weeks. When I try clicking nothing happens. 
      I've deleted my custom css and removed plugins. Im down to having only the following plugins:
      Akismet
      Contact Form 7
      DMS Professional Tools
      Pagelines Updater
      WooCommerce
      It was working fine before i have no idea what's going on with it.
    • flourishdesignstudio
      By flourishdesignstudio+
      My DMS 2 site http://www.heart-stone.com/ will not save any new custom css... I can still edit templates and publish those but any custom css that I enter never saves.
      All WP files, themes, and plugins are up to date. 
      Any thought about what might be causing this?
    • flourishdesignstudio
      By flourishdesignstudio+
      Is there a way to edit the custom CSS via FTP? I know I can edit the custom code in the Chrome editor but is there a file path I can use to find and edit the CSS directly from our FTP?
      Thanks in advance for the help!
    • nizami
      By nizami+
      Using navbar section with correctly configured WP menu to display main navigation at https://elenaangel.com. 
      All fine in desktop viewport. Menu displays twice in hamburger mode. How to fix this please? 

×