JeeGee
Forum Replies Created
-
YES! Thank you very much. Now I can safely update the next time.
Ok. I found the default css file: wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_pagination/static/style.css?ver=4.0.1
In the file, I only want to change the color of this part:
background-color: #0066CC;
So that is in this part:
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
background-color: #0066CC;
color: #FFFFFF !important;
text-decoration: none !important;
}But when I change 0066CC and paste it in the CSS part, the hover color is not changed. When I edit the default css, the color is changed. But…when there is an update, my change is gone.
So What should I add to the CSS part to change the hover color?
Playing with that. But isn’t there a nggallery.css anymore?
Well I can’t find the new one. Where is the new default CSS located?
Sorry, can’t share the site, it’s on internal network only.
Thanks for your fast reply.
In the old way, I just changed the hex code in the CSS file.
I already tried to put this part in the place you mention:
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
background-color: #CC00FF;
color: #FFFFFF !important;
text-decoration: none !important;
}But….that doesn’t change the color.
Forum: Plugins
In reply to: [Video Sidebar Widgets] Change background color?Too bad. But thanks.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Blank pages after migrating databaseThanks. I didn’t know that. Until now all conversions went fine.
Going to read and test this info.