.rich-blog-homepage .title strong {
font-family: YOUR_FONT;
}
It seems you have updated your theme and plugins with the DefaultClean instead of the Uptown and this causes all of the problems. Follow the steps on how to update a theme - https://www.nop-templates.com/how-to-update-a-nopcommerce-theme.
Greetings,
you can easily fix this issue by changing the Social Network field to Select social network and then back to Instagram again. You will see that it makes your Subtitle Url a link immediately. It needs to have the account name before you select the social network so it can connect to their site and generate the link.
If you do not know where to manage the Social feed go your theme administation panel -> Nop-templates -> Plugins -> Social Feed -> Configure Social Networks and select the one you want (e.g. Instagram) and click Edit. Afterwadrs follow the steps above.
Greetings,
this has been fixed in the latest update of AjaxCart plugin for the Uptown theme. If you update the plugin the changes will apply to your site.
Greetings,
this issue has been handled. If you update your theme the changes will apply and you will not need to do any modifications. However, if you have made any customizations to your site that you do not want to lose, make sure to back up the modified files and merge them with the new ones after the update.
Greetings Christine,
to fix this, you need to go to your theme administration panel -> Nop-templates -> Themes -> Brooklyn -> Settings and in the Custom Head Styles section just add the following code:
.ui-dialog {
width: 900px !important;
padding-bottom: 20px;
}
.ui-dialog-content {
max-height: 65vh !important;
overflow: auto;
}