Login Link and Dark NSP Images

Writer is a clean and professional theme for blog or personal website.
GK User
Wed Nov 23, 2016 7:25 am
Dears

Please help me to change the login link to a custom one, also nsp is showing darker version of my images, how can i remove this filter.

http://qamoos.tadaawl.com/nama/basic-words-2

Regards
User avatar
Junior Boarder

teitbite
Sun Nov 27, 2016 7:47 pm
Hi

Login link can be set in template's settings. For images add this to override.css

Code: Select all
.gkNspPM-FrontpageImageOverlay:hover > span > span {
    opacity: 0;
}
User avatar
Moderator

GK User
Mon Apr 03, 2017 5:45 pm
How to I remove the filter not globally, but on individual pages?
User avatar
Expert Boarder

teitbite
Thu Apr 06, 2017 4:06 pm
Hi

If it supposed to be per page than I would advice to use "page class suffix". Here You will find an instruction how to use with our templates: https://www.gavick.com/documentation/jo ... omla-pages

For example if You will create a suffix "noFilter" You will ned to use the code to hide it like this:

Code: Select all
.noFilter .gkNspPM-FrontpageImageOverlay:hover > span > span {
    opacity: 0;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.