Home Forums Jevelin Theme Removing the "view in lightbox" function Reply To: Removing the "view in lightbox" function

Home Forums Jevelin Theme Removing the "view in lightbox" function Reply To: Removing the "view in lightbox" function

Solution for this topic

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.post-meta-thumb .sh-table-full a.sh-overlay-item.sh-table-cell:first-child .sh-overlay-item-container,
.post-meta-thumb .sh-table-full a.sh-overlay-item.sh-table-cell:last-child {
    display: none;
}