-
AuthorPosts
-
October 12th, 2017 at 18:00 #54809
Hi everybody !
The “Icon Blocks” feature, is a really nice one. But it would be even better with a link on the title to the target page.
Maybe there is a solution I can do to change this (without child theme)Thank you !
October 15th, 2017 at 14:59 #54858Zed
Cryout Creations mastermindThat functionality does not currently exist in the theme (only the icons can become links) but we’ll take it under consideration.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 16th, 2017 at 11:30 #54915Noted ! Thank you for your answer.
In an other hand, I didn’t even saw that the icons can be links,good to know.
Impressive theme, really.January 8th, 2018 at 00:52 #58026I did it the following way.
1. measure the longest text in the block with the developer tools of the browser.
2. add the following css (height as you measured):
.lp-block {
height: 330px;
}
.lp-block a {
height: 330px;
width: 100%;
position: absolute;
z-index: 200;
}
.lp-block-content {
margin-top: 3em;
z-index: 100;
}It workes (tested) in Opera 50, Google Chrome 63 and Firefox 57 🙂
The given url is under construction, but the result can be seen by the 20th of January.
Website: www.frauenfilmtage.at
-
AuthorPosts
The topic ‘Add link to "Icon Blocks" titles’ is closed to new replies.