Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1098454
Pagebuilder
Closed

Comments

  •  2
    svengaertman started the conversation

    Hi there,

    Im currently editing one of your sample pages. In this particular page i want a whole column to get a hyperlink to an other page.

    Under the heading "services" are 6 different columns with an icon and text in it.

    I want a whole column to get a hyperlink and when hovering over the column i want the text and icon to change color. Just like on your example page: http://codex-themes.com/thegem/starting_page/themes.php?page=creative-agency

    How will i be able to do that?

    Thanks in advance!

    Kind regards, Sven Gaertman

  •  6,928
    Oliver replied

    HI!

    We use quickfinders in this block. 

    pls. check:

    codex-themes.com/thegem/documentation/#quickfinders

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    svengaertman replied

    Hi there,

    Thanks for the reply. I've almost found what i was looking for. Now that i can create a 'quickfinder' i also want to style it. Do i have to use custom CSS to create more margin/spacing and set a max height for the text/box? Or can i do this with a theme option?

    If i have to use CSS, what id or class should i use?

    See image for more details.

    Thanks in advance

    Image: http://imgur.com/a/fePrd


    EDIT: I placed the 'quickfinder' item in a 1/3 column. I fixed it by placing it in a 1/1 column.

  •  6,928
    Oliver replied

    HI!

    pls. add following css:

    body .vc_custom_1472126702945 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    body .quickfinder-item-box {
        position: relative;
        padding: 40px 15px;
    }
    body .quickfinder {
        padding: 0;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver