Twentig
Forum Replies Created
-
Hi,
To disable the sticky header on mobile, you can add the following CSS code in the Customizer > Additional CSS panel:
@media ( max-width: 699px ) { .tw-header-sticky #site-header { position: relative; } }To change the default black color (change #111 with our color value):
body, .entry-title a, :root .has-primary-color { color: #111; }Hope that helps,
DianeWould you please share the URL of your website so I can see the issue?
Thanks for the heads up, glad it works.
If you enjoy Twentig, please rate it. It would really help me out πYann
Thanks for the link. You can try adding the following CSS code in the Customizer > Additional CSS panel:
#masthead { border-bottom: 0; padding-bottom: 0; } #masthead::after { position: relative; border-bottom: 1px solid var(--global--color-border); display: block; width: 100%; margin-top: 6px; }Hope that helps,
YannHi,
Unfortunately, the Twenty Twenty-One theme doesnβt support the Discord social icon inside the menu.
Have a nice day,
YannHi,
Unfortunately, changing the design of the password-protected page would require writing custom PHP and CSS codes (child theme), which are outside of our scope of support.
Have a nice day,
YannHi Natalie,
Thanks for the heads-up. For the moment, a plugin can’t add custom page templates to the Twenty Twenty-Two theme. So you have found the correct way to do it π
Have a nice day,
YannThank you so much for the donation. We greatly appreciate your support.
Cheers,
Diane & YannHi π
Depending on the settings of your header, it might be possible. Would you please share the URL of your website so I can see if itβs doable?
Thanks,
YannHello,
It seems this issue is not related to Twentig, but related to WooCommerce.
Would you please try to deactivate the Twentig plugin temporarily? If the problem persists, then the issue is not related to Twentig.
Thanks,
YannHi Philip,
Thanks for your message and kind words.
For the moment, a plugin can’t add custom page templates to block themes. But, if we find a new solution, you’ll be the first to hear about it.
Have a nice day,
YannHello,
Twentig 1.4.1 release fixes this issue. If this doesn’t solve your problem, please note that other plugins might still have the same issue.
Thanks,
YannHi,
For the Cover template, you need to upload a white version of your svg icon named telegram-white.svg . Then in the Customizer > Additional CSS panel, add the following code:
.page-template-template-cover #site-header .social-menu a[href*="t.me"] { background-image: url(/wp-content/uploads/telegram-white.svg); }Hope that helps,
DianeHello! Thanks for the heads up and kind words.
Have a nice day,
YannHi,
This CSS issue is due to the WooCommerce plugin which override the theme’s CSS. To fix it, you can add the following code in the Customizer > Additional CSS panel:
.blog #site-content .post-inner, .archive #site-content .post-inner { padding-top: 6rem; }Hope that helps,
Yann