I’m using the Featured Image Widget and have entered a link for each image. Clicking any of the images opens a new browser tab, which I don’t want. How can I make the linked pages open in the same tab?
@justin Currently there is no such option so you will have to do this directly with the coding adjustment. Open the file attitude_widgets.php which is inside theme folder->library folder->widgets folder. Go to line around 676 and remove this code target="_blank" from there. When you update the theme this changes will be lost so you will have to keep that in mind every time you update or you will have to make a child theme to make this customization for which you may need to hire a developer.