no but you can use css to change the style of the text:
.expand-link-clicked{
color: green!important;
}
so here you can use a different font-family for example
sorry for the late reply!
did you do all the steps in the blue box to the right?
can you check if your browser version may be old, can u for example try with the latest version of chrome / safari / firefox
@felix_rabe thanks! It works!
Just in case someone also needs this:
<script>
window.laytheme.on("newpageshown", function(){
var color = jQuery("#custom-phone-grid").css('background-color');
jQuery("#footer-custom-phone-grid").css('background-color', color);
})
</script>
for some elements like project thumbnail grid
you can set the categories that should be displayed
with a projectindex element too:
[image: 1712841438592-screenshot-2024-04-11-at-10.17.14.png]
but with news there is also a news section feature:
https://laytheme.com/documentation/newssection.html
Hello,
Ok great thanks for your help!
I'm going to go for a free solution, maybe Mail chip at first. Watch some tutorials and see how I can integrate a subscription tab on my laytheme site www.selah.fr.
Thanks, have a great day!
Antoine