Hi Gliders!
Does anyone know CSS GlidePage (I’m using a business version) for changing the color of container with card background? I followed a Glide tutorial, but still not working (see image below).
Thanks in advance
Hi Gliders!
Does anyone know CSS GlidePage (I’m using a business version) for changing the color of container with card background? I followed a Glide tutorial, but still not working (see image below).
Thanks in advance
Looks like You have a colon after Important vs semi colon
You’re right @Joe_Gabriele!
I’d like to change color of two column container with card background design, not container background color. Then, this CSS doesn’t like what I need
What exact part do you want to change the color for? The border or something else?
The color background of card, not container background. Is it possible @ThinhDinh? You’re the master of CSS
I was naming the container class “dump-truck”.
.dump-truck div[class*="StyledDiv6"] {
background-color: yellow;
}
WOW! let me try this… as usual, thanks a lot @ThinhDinh
IT WORKS! I think Glide should give you (and also other helpful Glide masters here) a free charge of business version!!. That’s give you an excellent CSS improvisation on Glide Page… thanks again @ThinhDinh
@ThinhDinh : one question again… I’d like to change text/font color in a container with card design, but it doesn’t. Could you please give another CSS?
change text-color to just color
.filter-container div[class*="StyledDiv6"] {
background-color: #F8FFE0;
}
.filter-container .headlineLarge {
color: red !important;
}
Thanks a lot
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.