Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterHi,
Paste the following lines in Customizer -> Additional CSS
.entry-content table { font-size: 14px; }
————————–
Default table font size was 12px. You can change the 14px value as per your requirement.
Themonic-Support
KeymasterIt cannot be applied to mobile view.
Themonic-Support
KeymasterTo get your WordPress menu links in new tab/window. On top right Dashboard -> Appearance -> Menus -> Click on Screen Options and enable Link Target.
After doing the above you will have new option of below Menu items.
Themonic-Support
KeymasterI can see the changes on your site already, please empty browser cache and try again.
Themonic-Support
KeymasterHi,
Download new version from member area https://themonic.com/member-login/, in the new version you will have icons like below, you can also change shape to square or circle.
Changelog below:
————– July 5 2019 —————-
– Version 2.9.5
— Added Instagram social icon in header
— Added square shape social icons option in customizer -> social
— Removed Google plus icon
— Added LinkedIn in Author profileThemonic-Support
KeymasterThe footer left area is just a custom text/html box. That section can be updated manually only.
Related:
Themonic-Support
KeymasterFor the elements that you don’t want centered you have to use like this
.element { text-align:left; }
right click in chrome -> inspect element to find element id.
Another alternative is to use bigger images and change the post thumbnail size in functions.php
Themonic-Support
KeymasterYou could use the following CSS to center featured image:
.entry-content { text-align: center; }
Themonic-Support
KeymasterHi,
Follow this guide:
Use item 9 and replace
max-width: 1140px;
with
max-width: 100%;
and make sure you are on latest version for improved mobile style.
Themonic-Support
KeymasterYou can use the official plugin https://wordpress.org/plugins/disqus-comment-system/
- AuthorPosts