a:hover {
font-family: [the name of the font in italic];
}
Not sure if it will work, but try it out.
a:hover {
font-family: [the name of the font in italic];
}
Not sure if it will work, but try it out.
Is there any way to disable the text link having the same color on mouseover, but instead have their original color.
[Text link colour doesn't change,]
I would suggest to create a 'Coming Soon' page. Set it as your Front Page.
.slug-coming-soon .footer {
display:none;
}
.slug-coming-soon .sitetitle {
display:none;
}
.slug-coming-soon .laynav {
display:none;
}
use this CSS to hide the Site Title, Menu & Footer from the 'Coming Soon' page.
Now work comfortably on your Home page, without it being visible for public.
@arminunruh said in show an overlay menu element, only in hOMEPAGE:
.hello{
display: none;
}
.slug-home .hello{
display: block;
}
Amazing! Thank you so very much!
Probably because you are using 'Lighbox' on projects, and it first reads the image as image and opens in Lighbox, ignoring the 'Scroll up'?
Just noticed that this problem only happens with Google Search,
Tried different search engines like Bing & Yahoo Search for ex. and it was ok.
@Richard Thank you, :)
image url)
First of all, well done on such an amazing work with the scroll slider, š
I just added it on my website, and I have only two small things for a feedback.
When you resize the browser screen to mobile than revert it to normal view, the images get smaller.
I use also on the same page the 'Use a Lightbox for this Page', and maybe it is intentionally but with only the 'Scroll Type: Infinite' selected, it doesn't work to click on pictures.
Thank you,
Best,