themesdna
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [HotWP] Co-authors template tagsHi, Find template tags in template-parts/content-single.php. Thanks.
Forum: Reviews
In reply to: [FineWP] Okay but can’t change the fontHi Matt,
Go to your “WordPress Dashboard” -> “Appearance” -> “Customize” -> “Additional CSS“.
Default font size for site title is 24px. Add this code to increase site title font size:
.finewp-site-title{font-size:28px;}
Add this code to center the site’s title:
#finewp-logo{margin:5px 0px 10px 0px;float:none;width:100%;text-align:center;} .finewp-logo-img{display:block;padding:0;margin:0 auto;} .finewp-header-banner{float:none;width:100%;text-align:center;} .finewp-header-banner img{margin:0 auto;}
Click on “Publish” button.
Thanks.
Forum: Reviews
In reply to: [FineWP] Okay but can’t change the fontHi,
You can always ask for help before leaving low star reviews. To increase font size, go to your “WordPress Dashboard” -> “Appearance” -> “Customize” -> “Additional CSS”.
Add this CSS code:
body{font-size:16px;}
Change 16px with the size you need. Click on “Publish” button.
Thanks.
Hi,
Go to your “WordPress Dashboard” -> “Appearance” -> “Customize” -> “Theme Options” -> “Post Options”.
Enable “Hide Thumbnails from Posts/Pages” option.
Publish changes.
Thanks
Forum: Themes and Templates
In reply to: [GreatWP] Error when trying to install GreatPro WPHi,
This theme does not require any plugin to install. Please follow the steps below to install the theme.
1.Download the purchased template zip file clicking on the download link sent to your email address.
2.Login in to your WordPress dashboard.
3.Go to “Appearance” -> “Theme” and click on “Add New” button.
4.Click on “Upload Theme” button and choose the zip file you have downloaded.
5.Click on “Install Now” button.
6.Activate the theme.
7.Now go to “Appearance” -> “Customize” to configure theme options.If you need any help, or assistance we’d be happy to help. Just reply to this message or use our contact form on the website.
Thanks
Forum: Themes and Templates
In reply to: [MintWP] DownloadingHi, This is a WordPress theme, not a plugin.
1.Login in to your WordPress dashboard.
2.Go to “Appearance” -> “Theme” and click on “Add New” button.
3.Click on “Upload Theme” button and choose the theme’s zip file you have downloaded.
4.Click on “Install Now” button.
5.Activate the theme.
6.Now go to “Appearance” -> “Customize” to configure theme options.Alternatively,
1.Login in to your WordPress dashboard.
2.Go to “Appearance” -> “Theme” and click on “Add New” button.
3.Search for “MintWP”.
4.Click on Install and Activate.Forum: Themes and Templates
In reply to: [HotWP] hotwp – page & post title styleHi,
You can left align post titles of singular posts/pages adding this code to custom CSS area in customizer:
.entry-title{text-align:left;} .hotwp-entry-meta-single{text-align:left;}
Please use this email to ask for customization: [email protected]
- This reply was modified 6 years, 1 month ago by themesdna.
Forum: Reviews
In reply to: [HotWP] no support at allHi,
I am sorry if you feel that way. I reply to every message of free and PRO users. Maybe I have missed your message or not reach it to my email. Can you send your message again to my email? [email protected]
Thanks
Forum: Reviews
In reply to: [GridWP] Awesome theme and perfect support!Thank you very much for your kind words Martin.
Forum: Reviews
In reply to: [FreshWP] FreshWP is a BEAST!Thanks.
Forum: Themes and Templates
In reply to: [EasyWP] Where is the FONTS STYLE CSS ?Find this in style.css:
body { background: #eee; font: normal normal 13px Domine, Arial, Helvetica, Sans-serif; line-height: 1.6; margin: 0px; padding: 0px; }
- This reply was modified 6 years, 9 months ago by themesdna.
Forum: Themes and Templates
In reply to: [CleanWP] Translation in FrenchHi,
You can use the Poedit free software for this.
This little video explains it well: https://www.youtube.com/watch?v=aXFvCXp2EVc
Thanks