You can easily give a row a line above or below. For that you must give the row a html class. Right click on the pink frame of a row and chose Edit HTML Class and ID, then give it a name (e.g. row-line).
Under Lay Options -> Custom HMTL & CSS add the following code:
.row-line{ border-bottom: 1px solid black; padding-bottom: 2%; }
This would generate a full width line underneath the row.
Hi @maxi394
the website you showed uses the Fullscreen Slider.
When you inspect the code, you can see that the text is aligned on the bottom left with position absolute:
[image: 1518462532460-bildschirmfoto-2018-02-12-um-16.08.02-resized.png]
This could be done with Custom CSS…
But also I think the "double-images" are one big images which is set as a background of the whole row.
I hope I could help!
All the best!
Marius
Hi @JAW
for times have a look here:
https://tecadmin.net/get-current-timestamp-in-javascript/
There is not really a way to include it into the menu bar.
You can add that script to your Custom HTML and edit with CSS.
This is what I would do.
Many wishes and good luck!
Marius
Hey!
This will be possible with the new "Stack" element.
We developed a new version of the gridder that will come out soon and it will include this layout functionality.
Have a great day
@mariusjopen said in Carousel caption link colouring:
._Caption a {
color: red !important;
}
Perfect, that did the trick. And then adding the following also set the link hover to magenta.
._Caption a:hover {
color: #ff00ff !important;
}
Many thanks!
Hi @bd
have a look here then:
http://laythemeforum.com/topic/987/images-appear-on-link-hover-ii/3
http://laythemeforum.com/topic/616/images-appear-on-link-hover/12
But probably you have to come up with your own solution about this :-/
Good luck and many wishes!
Marius
Hi @clineker
for me it all works well.
You have any other plugins installed?
[image: 1517700164889-bildschirmfoto-2018-02-03-um-20.22.15-resized.png] [image: 1517700164835-bildschirmfoto-2018-02-03-um-20.21.59-resized.png] [image: 1517700164776-bildschirmfoto-2018-02-03-um-20.21.56.png]
Wordpress and Laytheme are up to date?
You use the normal Ninja forms?
Many wishes!
Marius
HI @timpeukert
You could use CSS to split it into two columns:
https://www.w3schools.com/css/css3_multiple_columns.asp
It is possible to use multiple carousels on one page and then it is not clear which carousel should move, when you hit a button. This is why you cannot control the carousel with the keys.
All the best!
Marius