-
L lauragrimm
Hi! I'm trying to fix a text element to the top of a page using custom CSS, as follows:
.fixed-element{
position: fixed;
top: 20px;
left: 5%;
z-index: 99999;
}Unfortunately, the element disappears behind content below upon scrolling. This is the relevant page https://estherdegraaf.nl/ontwikkelomgeving/eicas/
I've tried upping the Z-index but nothing seems to work. Does anyone have an answer? Thanks!
-
L lauragrimm
Hi, I just started using Lay Theme and I'm really enjoying the theme! I did so far run into one issue I'm not able to fix - on the home page I want the text color of the site title and and menu buttons to be different then the other pages. This is because of contrast issues : the background color on the home page is dark, on all the other pages it's white. I have added the following custom CSS to the custom CSS field
But the text color of the site title still shows up black. What am I missing? Thanks in advance!