Okay
  Public Ticket #3380316
Portfolio grid - Hero Caption Title
Closed

Comments

  •  2
    Tomasz started the conversation

    Hi,

    I use Portfolio grid (and Humpton Portofolio grid) in my template. Is it possible that on PCs Hero Caption Title is visible all the time (as it is on mobile devices)? A lot of people just scroll down the page looking on photos (hero images) and when they do not have their mouse cursors in the center of the page they do not recognize these images as a tiles/links to other sub-pages. Just scroll down.

    I would like that but Hero Caption Subtitle is showed when you put your mouse cursor on it (as it is at the moment), but Hero Caption title to be visible all the time.

    Thank you in advance for support here

  •  1,810
    Support replied

    In portfolio grid block for example

    http://clapat-themes.com/wordpress/humpton/

    you want only the title to be displayed at all times or  the whole caption (including the arrow)

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Tomasz replied

    I would like that Hero Caption title od visible all the time but Hero Caption Subtitle is showed when you put your mouse cursor on it (as it is at the moment). Od course I'm talking about PCs, not mobile devices.

  •  1,810
    Support replied

    Ok try adding this to customizer -> additional CSS

    .item-title span {
        opacity: 1 !important;

    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Tomasz replied privately
  •  1,810
    Support replied

    Well, you need to modify the whole js that's doing that

    if you can send us wp admin access in a private comment with full rights using Appearance -> Theme File Editor

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Tomasz replied privately
  •  1,810
    Support replied

    Hi Tomasz

    I replaced the prev CSS code with 

     

    .item-title span {
      opacity: 1 !important;
      transform: translate(0px, 0px) !important;
    }

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Tomasz replied

    It is working. Thank you!