To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
You need to go to:
Extentsions, Template, Default ( or the one you use ) the choose Custom CSS, paste the above code in Custom CSS box, activate to YES and then save&close.
First I set the Load custom cc button to Yes but the css did not appear in the field. Then I typed the text in the white area and hit enter.
The grid gallery was then removed from my site. When I went back to the css input it appeared that the text was still there. Even after emptying the cache and restarting my computer that text remained there .. Because I am not a css expert I uninstalled the Gridgallery module and then reinstalled it but the gridgallery no longer appeared on the site.
In the end I uninstalled and reinstalled the entire J51 Nadia template. Now everything is working again but I will never enter that custom css menu again!
Thanks for watching
You have a wrong CSS:
.j51gridgallery ,shadow {
display: none;
}
--------------
Should be:
.j51gridgallery .shadow {
display: none;
}
--------------
Your problem is with: ,shadow
Should be: .shadow
Firstly, I am not a CSS expert
I don't know which country you come from but in Holland we say "a donkey does not hit the same stone twice"
Please, let me know where can I find the custom.CSS of the template J51 Nadia ?????
Load custom CC "YES" does not show anything (see attachment) As long as I cannot see that custom CSS anywhere, I am very afraid to enter something again!
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »