Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #401640

    Hi Guys

    Love the theme and the way it works.

    On the grid row we want to be able to add a page link to a cell without using a button or text. Do you know of a way we could have the option to have a page link built into the cell options or do you know a way we could do this. If you look at the demo site we have we are talking about the service and sector cells we have on the homepage. Site link is in the private content.

    Cheers
    Alistait

    #402122

    Hi Alistait!

    Use a Full Width Button element and add this to Quick CSS to remove the button background so the grid cell background is visible:

    .flex_cell_inner .avia-button.avia-button-fullwidth {
        background: transparent !important;
    }

    Regards,
    Josue

    #402124

    Hi Josue

    Thank you for getting back to me with this and your a star!!!

    regards
    Alistair

    #402142

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.