-
AuthorPosts
-
September 20, 2023 at 5:55 pm #1419763
Hi,
Is it possible to create a link in team member names and occupations?
Thank you in advance!
September 21, 2023 at 12:43 am #1419790Hi ijnavas,
Yes, it’s possible, you can put this inside Team Member Name or Team Member Job Title:
<a href="https://www.website.com/" target="_blank">Name/Title</a>Just replace https://www.website.com/ and Name/Title.
You will see a warning when you add this, so make sure copy everything and only replace the parts mentioned.Best regards,
NikkoSeptember 21, 2023 at 4:01 pm #1419924Done!
Thank you, Nikko!
One more thing. How if I want to change the hover color of the name/job?September 22, 2023 at 4:10 am #1419971Hi ijnavas,
You can add this CSS code in Enfold > General Styling > Quick CSS:
#top .team-member-name a:hover { color: blue; } #top .team-member-job-title a:hover { color: red; }Just change the colors as you see fit.
Best regards,
NikkoSeptember 22, 2023 at 5:03 pm #1420067Thank you, Nikko!
One more question. Colors can’t be set like this: #c01401?
September 23, 2023 at 2:49 pm #1420112Hi,
Yes, it’s possible, hex values are valid value, I just used color names for simplicity.
You can use this CSS code instead:#top .team-member-name a:hover, #top .team-member-job-title a:hover { color: #c01401; }Best regards,
NikkoSeptember 25, 2023 at 5:16 pm #1420307Thank you!
But how to open it in the same page? It opens in a new window.
-
This reply was modified 2 years, 1 month ago by
ijnavas.
September 26, 2023 at 9:53 am #1420386Hi ijnavas,
You just need to remove target=”_blank” from the previous code I gave:
<a href="https://www.website.com/" target="_blank">Name/Title</a>Best regards,
NikkoSeptember 26, 2023 at 1:52 pm #1420437Oh, right!
Thank you!September 26, 2023 at 3:35 pm #1420472 -
This reply was modified 2 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
