Hello, To make three featured image you need to do the customization work, As of now i am sending you the code to hide the fourth featured area. Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .last { display: none; } This will solve your problem. Thanks.
Thank you. I'm not seeing this work. I already have code in that part to turn off linking for my images. Not sure which comes first or how to combine the two. Thanks.
Appearance -> theme options -> styling options -> custom css Code: .one_fourth.middle.last { display: none; }.one_fourth { width: 29%; margin-right: 4%; } Code order is not an issue. You can add code in any order.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .one_fourth { width: 29%!important; margin-right: 4%!important; } Adjust its value as per your requirements.