• Resolved yvesbenini

    (@yvesbenini)


    Hi,

    how cna I hide the title and video cont of the Categories page ?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter yvesbenini

    (@yvesbenini)

    And if possible, any chance to get rounded corners for the thumbnail ?

    Vijay Hardaha

    (@vijayhardaha)

    hide with custom css and make the thumb corner rounded with custom CSS.

    Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly try adding the following CSS code under the “Appearance => Customize => Additional CSS” from your WordPress Admin Dashboard,

    .aiovg-categories .aiovg-caption {
        display: none;
    }
    
    .aiovg .aiovg-responsive-container img:not(.aiovg-play), 
    .aiovg img.aiovg-responsive-element {
        border-radius: 10px;
    }
    
    .aiovg .aiovg-duration {
        padding: 0 5px 5px 5px !important;
        bottom: 10px !important;
    }

    Hope this solved your issue!

    Please check my site page this issue is still coming https://apkperfect.com/xnxubd-2021-frame-rate-android/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove tite and video numbers for categories’ is closed to new replies.