• Hi guys I’m trying to create the underline effect on title on hover but it looks nothing seems to work. Its on the 2 column grid on the front page.

    tried this:
    .pt-cv-wrapper a,
    .pt-cv-wrapper a:hover {
    text-decoration: underline;
    }

    or this:

    .pt-cv-title a:hover {
    text-decoration: underline;
    }

    It keeps not showing any effect.

    Also I want to have a smaller gap on my two column grid.
    Any idea how?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi,
    You will need !important in your CSS, like this:

    
    .pt-cv-title a:hover {
    text-decoration: underline!important;
    }
    

    For smaller gap, yo can set custom padding-left, padding-right for .pt-cv-content-item.

    If you don’t want hassle with all custom CSS, Content Views Pro will help.
    It has padding, margin setting to edit easily without coding.

    Best regards,

    • This reply was modified 7 years, 2 months ago by Content Views.
    Thread Starter sotnasonun

    (@sotnasonun)

    Thanks a lot for reply.
    The underline is already working with your tip.

    Need to check the padding option later on.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to create the underline effect on title on hover & lesser gap between grip’ is closed to new replies.