it must be very simple question but im struggling to find a solution. I would like to change the title text to my own text as a link through css. this is what i have so far:
.title {
display: none;
}
.title::before {
content: "here is my text as a link ???..."
}
the text displays ok, but do not understand how to make it work as a link?!any ideas?! the question is - what to add to my style (::before) to make text look and actually work as a link to other page of my app ?! Thank you!