Twentig
Forum Replies Created
-
Hi,
Thanks for the heads up, glad things are working now.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomHi,
Twentig doesn’t include this option. But you should be able to achieve this effect by adding the following custom CSS in the Customizer > Additional CSS panel (change the #ddd value as you want):
#site-navigation .menu-item a:hover { background-color: #ddd; text-decoration: none; }Hope that helps,
TomHi,
1. You can add the following CSS code in the Customizer > Additional CSS panel to fix the issue.
@media only screen and (max-width: 651px) { #masthead.has-logo .menu-button-container { padding-top: 15px; } }2. Unfortunately, you’re using the site tagline to display your email address, and WordPress doesn’t allow adding a link.
Hope that helps,
TomHi,
Thanks for your message, this is interesting. I’ll transfer your request to the developer. Do you have a link to an article that explains why the featured image should be placed below the fold?
Have a nice day,
TomHi,
Thanks for the kind words.
It seems there’s an issue with the Google Fonts URL that is generated. There should be a font name in the URL:
family=fontname&display=swapwhile you currently havecss?family=&display=swap. In the Customizer > Twentig Options > Fonts panel, have you selected a Google font? If possible, would you please share the URL of your website?Thanks,
TomHi,
Unfortunately, changing the header layout that shows on scroll is impossible with the default theme and Twentig.
Have a nice day,
TomHi Sean,
To change the background on the posts page, you can add the following CSS code in the Customizer > Additional CSS panel (change the #ccc value as you want):
.blog .site { background-color: #ccc; }Hope that helps. Awesome website by the way 🙂
Tom
Thanks!
Best wishes.
Yes, we plan to support the Twenty Twenty-Two theme. We’re following the development of WP 5.9, and we’ll let you know when it’s ready.
Best wishes.
Hi there!
Yes, we plan to support the Twenty Twenty-Two theme. We’re following the development of WP 5.9, and we’ll let you know when it’s ready.
Best wishes.
Hi,
Thanks for the kind words.
To change the menu link style:
- Open the Customizer.
- Go to Twentig Options > Header > Menu.
- Select “Border” for “Menu Link Hover/Active Style”.
Best wishes 🙂
TomHi,
You can remove any block by selecting it and hitting the delete key on your keyboard. Or by clicking “Remove block” under the three dots: https://wordpress.org/support/article/wordpress-editor/#removing-a-block.
To remove all the blocks that were inserted by the page layout, you can use
Ctrl + A(orCmd + A) to select all the blocks and hit the delete key on your keyboard.To revert the page template (Transparent Header on your homepage), open the page you want to edit:
- In the Settings sidebar, open the Page tab.
- In the Template panel, select “Default template”.
- Update the page to apply the change.
Hope that helps,
TomHi,
To remove the “Category:” text, add the following CSS code in the Customizer > Additional CSS panel:
For Twenty Twenty-One theme:
.archive-title-prefix { display: none; }For Twenty Twenty theme:
.archive-title .color-accent { display: none; }Then to add a category description, inside your WordPress dashboard, go to Posts > Categories. An Edit link appears when you hover your mouse over the category name. Click on it, and this will take you to the category edit screen, where you can enter a description.
Hope that helps,
TomHi Peta,
You can try adding the following CSS code in the Customizer > Additional CSS panel:
.entry-content a { text-decoration: none; } .entry-content a:not(.wp-block-button__link):hover, .entry-content a:not(.wp-block-button__link):focus { text-decoration: underline; }Hope that helps,
TomHi Rajesh,
Thanks for the kind words.
You can reduce the space above the footer by adding the following CSS code in the Customizer > Additional CSS panel (adjust the 30px value as you like):
#colophon { margin-top: 30px; }Hope that helps,
Tom