wpcharms
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Construction Kit] probleme démoThis theme uses Elementor page builder. For projects, you can use both the posts or pages feature and add the link to projects page using Elementor
https://prnt.sc/tujp45 – Please view screenshotForum: Themes and Templates
In reply to: [Construction Kit] probleme démoHi @wearehyenas
Here is the updated link to demo data files
https://wpcharms.com/wp-content/uploads/2020/08/construction-kit-demo.zipForum: Themes and Templates
In reply to: [Construction Kit] probleme démoHi @noanis
Here is the link for the demo data files:
https://www.wpcharms.com/documentation/wp-content/uploads/2020/06/construction-kit-demo.zipForum: Themes and Templates
In reply to: [Blog Kit] I want to remove background in mobile postHi @ihsansfd
Please go to Appearance >> Customize >> Additional CSS and add the following CSS to remove background and space on mobile.
@media only screen and (max-width:479px) { #main .container { padding: 0; } #main.site-main{ padding-top: 0px; padding-top: 0px; } #main #primary{ padding-top: 0px; } }
We hope this will solve your issue. If you need anything more, please let us know.
Forum: Themes and Templates
In reply to: [Blog Kit] Featured imagesHi @letto1
You can choose any featured image you want – doesn’t matter if you use that photo on the body of the post or not. The posted CSS code will hide the featured image from the blog post (Right at the top)
Thanks.
Forum: Themes and Templates
In reply to: [Blog Kit] Featured imagesHi @letto1
You can assign a Featured Image as shown here https://prnt.sc/o37peo and do not insert the same image into the post.
If you want to remove featured image from a single page Add Additional CSS code:
.single .post-thumbnail{display:none;}
Regarding image size, we recommend you to use at least a 740px wide image. Height can be as per your wish.