Okay
  Public Ticket #1779022
Tile with text on portfolio page
Closed

Comments

  • Trentsun started the conversation

    I am trying to add a tile to the portfolio page which does not link to anything. It just has text inside.

    I can't find a way to add this - I have tried just adding a title to a portfolio item but it always clicks through to a portfolio template.

    I have attached an example of what I am talking about.

    Is it possible to add just a text block into the portfolio section?


    Thanks


  •  1,560
    Laborator replied

    Hi there,

    As I can see you have already disabled the linking and what you the quote needs now is only a proper cursor, add the following CSS to Custom CSS:

    .grid figure.landscape, .grid figure.quote p {
        cursor: text !important;
    }
    .grid figure.landscape, .grid figure.quote{
        cursor: default !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Trentsun replied

    When I put the custom CSS in it now goes to a separate page.

    I don't want it to link to anything - so when you hover it doesn't go anywhere.

    How do I do this and where do I put the CSS exactly?


    Thanks


  •  1,560
    Laborator replied

    Hi again,

    Previously you had a different way of showing these quotes but not it seems to be different, to make the item not clickable edit that item and follow the instructions as below:


    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group