If I understood your question correctly. What you’re asking is it’s not Theme driven. This function is controlled by the WordPress engine:
https://codex.wordpress.org/Function_Reference/wptexturize
Try in your function.php file add:
add_filter('document_title_separator', function() { return 'YOUR_SYMBOL';} );
Yoast SEO: https://wordpress.org/plugins/wordpress-seo/
https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/
For example:
The default title variable string is:
%%title%% %%page%% %%sep%% %%sitename%%
where %%sep%% can be set according to your any symbol.
You should update the theme via FTP way because this is the surest method in this case, according to our documentation from here -> https://forum.tagdiv.com/install-via-ftp/
Check the following options from here -> https://www.screencast.com/t/SzitilMDWynl
The wp-config.php file is located in the wordpress root directory.
WP Memory Limit:
This parameter sets the amount of memory used by php and by default worpress can go up to 40MB. To avoid Memory Exhausted error this parameter should be set to at least 64MB and this can be done from wordpress wp-config.php file.
define( 'WP_MEMORY_LIMIT', '64M' );
Check your System status parameters: https://forum.tagdiv.com/system-status-parameters-guide/
The Theme tested only with WP Super Cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Developers team cannot provide support for untested plugins.
> AMP theme and ads
https://tagdiv.com/amp-newspaper-theme/
2 Developers:
Message / Alert boxes, Style quotes, Inline Related Posts (!!!) and etc. – live preview like for example here:
http://demo.betterstudio.com/publisher/shortcodes/advanced-blockquotes-pack/
http://demo.betterstudio.com/publisher/shortcodes/custom-lists/
http://community.betterstudio.com/publisher-doc/inline-related-posts/
http://community.betterstudio.com/publisher-cat/posts-pages/
Coming soon: AMP support
Deleted, sorry. Inattentively read a question.
> But can this widget show the local weather based on the visitor’s IP?
No.
https://forum.tagdiv.com/topic/top-bar-weather/
Also read this manual: https://forum.tagdiv.com/weather-widget/
Update the theme via FTP: https://forum.tagdiv.com/how-to-update-the-theme-2/
Keep in mind: Please do not use both the tagDiv Composer and Visual Composer simultaneously on the same page.
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Add this code in Custom CSS section of Theme Panel:
/* Remove comments count in Author Bio */
.td-author-comments-count{
display:none!important
}

In my opinion the font “Droid Serif Regular” you use for the announcement article, don’t include the extended Latin set.
If you don’t include the extended Latin set, you will probably not see Polish characters.
https://www.quora.com/What-is-the-best-Google-Font-for-the-Polish-language
Also try to enable this points:

Yes, it would be nice to add it as a option to show view count of the article on the main page.
https://forum.tagdiv.com/topic/search-icon-in-menu-not-formatting-correctly/#post-209454
Try to save again your Theme panel, clear all the caches and check the results. If the problem is still there, you should re-install it the theme via FTP way because this is the surest theme method. The problem with the search button should disappear.
Hi everybody!
Please read carefully the official documentation.
Theme modules and blocks: https://forum.tagdiv.com/theme-blocks-modules/
Excerpts introduction: https://forum.tagdiv.com/excerpts-introduction/
See here:

and below for other Modules.
https://forum.tagdiv.com/topic/footer-probz-dynamic-year/#post-85299
Add this code in
footer.php
file: http://screencast.com/t/LKdBiLoyNL
Perhaps this method is obsolete, because: https://forum.tagdiv.com/topic/current-year/
Please try to go in the theme panel and click the save settings button, then clear all caching installed. Check if the issue is solved after doing this.
Check your System status parameters: https://forum.tagdiv.com/system-status-parameters-guide/