Add link to "Icon Blocks" titles

  • Author
    Posts
  • #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 !

    #54858
    Zed
    Cryout Creations mastermind

    That 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.
    #54915

    Noted ! 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.

    #58026

    I 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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Add link to "Icon Blocks" titles’ is closed to new replies.