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.
Works perfect. Thanks.
@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)