The screenshot it's exactly from: customize → woocommerce → buttons
mouseover text color
whatever 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.
The screenshot it's exactly from: customize → woocommerce → buttons
mouseover text color
whatever 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.
Small thing tho, on Side Cart & Cart pages [Checkout page button is okay], the Setting 'Mouseover Text Color', doesn't take effect.
Amazing. Thank you! :)
following 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.
found 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 */
}
Is 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,]
Hi,
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,
@K_Rim Try setting the space between rows in PX instead of % [Row Gutter]
Thank 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.
@arminunruh Is there any way I can center the text block? 🤔 It's all I need now
Tried 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, :)
I 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
Hi,
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,
🤔
Amazing, thank you a lot!
Hi,
Is there any way I can show this small menu element [✳] even when the 'menu overlay' is opened?
Thank you,
Found it 🤘🏻
Leaving the CSS here in case sb may want to do the same in the future:
.fixed-row {
position: fixed;
top: 10px;
right: 20px;
bottom: 10px;
left: 20px;
}
Hii,
I'm trying to make the first section [which will contain only one word], fixed and always visible, so the content below it overlaps while on scroll, sort of a cover effect.
Here's an illustration of the idea:
Trying something like this CSS but not working, I will continue to try but if there's a solution I'd be happy to try :)
.fixed-row {
position: fixed;
bottom: 0;
right: 0;
}
Thanksss