Hello @kenbong,
The Instagram widget in the front page widget area is designed in the Travel Log theme to display the tiled photos of images feed from your Instagram profile provided in the widget options.
If you wish to display the widget title and the follow us on Instagram button/link in the front page widget Instagram section, you can display the links and title by adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS:
.travel-log-front-page-full-width-widget .widget.ws_theme_addons_instagram .follow-button {
display: block;
margin-bottom: 25px;
font-style: italic;
font-family: Playfair Display Italix;
font-size: 12px;
letter-spacing: 0em;
word-spacing: 0em;
line-height: 1.4em;
color: #6b6764;
text-transform: none;
font-weight: normal;
text-align:center;
}
.travel-log-front-page-full-width-widget .widget.ws_theme_addons_instagram .widget-title {
display:block!important;
text-align: center;
text-transform: uppercase;
line-height: 30px;
font-weight: 600;
margin-bottom: 10px;
background: none;
border-left: none;
}
This will display the links to your Instagram page from the widget.
If you have any issues/queries or requests further, please feel free to write back to us.
Best Regards !!