Very much appreciated!
panteley
Posts
-
split left & right background -
split left & right backgroundHi,
How can I split or at least create a certain px space between these two background rows?
Thank you,
I'm using this CSS to create 8px space on both sides
.bg { left: 8px!important; margin-right: 1%!important; width: 99vw!important; }
-
[FIXED] wp editor shows generic font after changing domain[FIXED]
Use a plugin like Better Search Replace:
- Install and activate the plugin.
- Search for your old domain (e.g., old-domain.com) and replace it with the new one (new-domain.com).
- Test it with the dry run option before executing changes.
-
[FIXED] wp editor shows generic font after changing domain*beside reinstalling the font, bc i have to many of them (+font formats etc.)
-
[FIXED] wp editor shows generic font after changing domainHi,
Recently I have moved[changed] couple of domain names running Lay Theme. Although almost everything went smoothly, the only thing seems to break is the font on editor.
Is there anyway how to 'bring back' showing the right font even while editing?
Thanks,
-
disable text color link mouseover'Mouseover Text Color', doesn't affect anything.
-
disable text color link mouseoverThe screenshot it's exactly from: customize → woocommerce → buttons
mouseover text colorwhatever color you set [in Mouseover Text Color], it doesn't apply in Side Cart & Cart button/s. While it only applies in Checkout last button.
-
disable text color link mouseoverSmall thing tho, on Side Cart & Cart pages [Checkout page button is okay], the Setting 'Mouseover Text Color', doesn't take effect.
-
disable text color link mouseoverAmazing. Thank you! :)
-
disable text color link mouseoverfollowing the issue,
Rolled back the Lay version to 7.4.0, and somehow the link color (on hover) doesn't change, which is good.
I also noticed that in the last setting, the changes doesn't take place, whatever color you choose.
-
disable text color link mouseoverfound this but not working
a:hover { color: inherit!important; /* Keeps the link color as the original color */ text-decoration!important: none; /* Optional: Removes underline on hover */ }
-
disable text color link mouseoverIs there any way to disable the text link having the same color on mouseover, but instead have their original color.
[Text link colour doesn't change,]
-
animated text reveal is delayed in project overlayHi,
I have noticed something not very concerning, but if can be fixed will be perfect.
When you open a project, the title shows up immediately and than animates again.
Is there any way not to 'double' reveal the texts but only reveal them once?
Thanks,
-
Prevent text and images from overlaying while resizing@K_Rim Try setting the space between rows in PX instead of % [Row Gutter]
-
text content to be have fixed width after a certain size -
text content to be have fixed width after a certain sizeThank you man, it works almost perfectly. If I can only get rid of that fraction of a second when you load the page and the text box moves from right to center.
-
text content to be have fixed width after a certain size@arminunruh Is there any way I can center the text block? 🤔 It's all I need now
-
text content to be have fixed width after a certain sizeTried it before I went for the costum CSS, and while it was changing in the Gridder, it wasn't affecting at all the element in the website preview.
Maybe isn't 100% precise, but the costum CSS is working fine for now.
Thank you again, :)
-
text content to be have fixed width after a certain sizeI think I did it through some CSS,
.main-text-cover { width: 70%!important; align-items: center!important; justify-content: center!important; }
Just now I have to find how to center it, :D
-
text content to be have fixed width after a certain sizeHi,
Was wondering, is there any way to make this text in the first section, not to adapt to grid 'so to say' after a certain width.
What I mean, is the text box above not to extend more than how it looks in the image.
For reference, see this text box here:
It responds when the browser is decrasing, but this form/view won't be deformed doesn't matter how big the screen is,
🤔