CSS to change "header" from "cards"

1 Like
<pre><span><style>
[class="card-title"] { 
color: green;
}

Edit: change title in cards

1 Like

Thanks!!!

1 Like

Sorry, this was to Title, Iā€™m trying to get to Header

1 Like

Si jajaja. Acabo de darme cuenta. Si consigues algo agradecido de que lo compartas!

1 Like
<pre><span><style>
[data-test="card-item"] .card-header {  
color: green;
}

image

2 Likes

Btw, love this
image

how does it look like on the phone?

1 Like

It looks great and is fully functional. Here the css:

  

[id = "tabBar"] {
    right margin: 10px;
    left margin: 10px;
    height: 75px;
    bottom margin: 20px;
    padding: 10px;
    background color: white;
    border radius: 70px;
}

![aaa|302x500](upload://mSZtfRTq5Iwg4kjtuYAzhEh1Igd.jpeg)
1 Like

Didnt work here

Oh ok, here miss a - between in every single tag lol border-radius :grin:

Holy sheet :astonished: this looks superb!!!

2 Likes

Good that it has served you!

Sale of the common in Glide and complements quite well with the design. Greetings!

1 Like

Exactly! Thanks @Jorge_Hernandez !

Can you share the correct code please ? :pray:

Welcome to our community!

<pre><span><style>
[id = "tabBar"] {
    margin: 10px 10px;
    height: 75px;
    bottom-margin: 20px;
    padding: 10px;
    border-radius: 70px;
}
2 Likes