Forum Replies Created
-
AuthorPosts
-
Got it, thanks, I’ll give it a go.
So if I want to add this to the theme, but I’m not using a child theme, where should I add that code?
I’m not using a child theme. Is there a way to add some CSS to them theme options to make this happen?
It sounds like you’re saying the original code you sent over doesn’t work, is that correct?
Perfect, thanks so much! We can call this one closed.
I think I figured out the mystery posts showing up, it had to do with the fact that I deleted all the portfolio categories and didn’t assign new ones. As soon as I assigned new categories everything is working correctly.
The only thing is I’d still like them to appear black and white, then color on mouse over in the portfolio section.
Thank, I performed the sweep and have included the login details in the private field.
I’m all good on this one, you can close it. Thanks again.
Cheers,
SeanPerfect, thank you so much for all your help!
Thanks so much! I was hoping to achieve the same affect with the color images on this page: http://bbf.4c0.myftpupload.com/executive-team/
I know it already has a different hover effect though, so is that even possible one this page?
This reply has been marked as private.I was hoping the images would appear as black and white, then change to color on mouse over.
…sorry, this is what the Quick CSS looks like:
/*hide auto sidebar from magazine*/
.page-id-2967 .sidebar .widget_nav_hide_child {
display: none;
}/*2.8 firefox problem*/
.avia-image-container-inner, .avia_image {
max-width: 100%;
}#socket .avia-bullet, #socket .avia-menu-fx {
display: none;
}div.avia-image-container div a img {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}div.avia-image-container:hover div a img {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}Thank so much. I added the CSS to the Quick CSS after the code that was already in there after the demo import. It doesn’t seem to be working on this page, but let me know if I’ve done something wrong: http://bbf.4c0.myftpupload.com/executive-team/
Here’s what all the CSS looks like in the Quick CSS section:
/*hide auto sidebar from magazine*/
.page-id-2967 .sidebar .widget_nav_hide_child {
display: none;
}/*2.8 firefox problem*/
.avia-image-container-inner, .avia_image {
max-width: 100%;
}#socket .avia-bullet, #socket .avia-menu-fx {
display: none;
}/*hide auto sidebar from magazine*/
.page-id-2967 .sidebar .widget_nav_hide_child {
display: none;
}/*2.8 firefox problem*/
.avia-image-container-inner, .avia_image {
max-width: 100%;
}#socket .avia-bullet, #socket .avia-menu-fx {
display: none;
} -
AuthorPosts