- Posts: 82
- Thank you received: 0
Background color of "full" as same as "contentrow"
-
miq
Inactive member - Topic Author
- Member
Less
More
9 years 7 months ago #45272
by miq
Background color of "full" as same as "contentrow" was created by miq
The background of Hot Crousel at frontend is white which is set in row "full" in layout builder. I want to change the background from white to the color background of row "contentrow". How can I change background color of "full" as same as "contentrow"?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45274
by ivan.milic
Replied by ivan.milic on topic Background color of "full" as same as "contentrow"
You just need to put
.full{
background-color: value;
}
in bottom of template_css.css, but i see that color of contentrow is also white on your site.
.full{
background-color: value;
}
in bottom of template_css.css, but i see that color of contentrow is also white on your site.
Please Log in to join the conversation.
-
miq
Inactive member - Topic Author
- Member
Less
More
- Posts: 82
- Thank you received: 0
9 years 7 months ago - 9 years 7 months ago #45276
by miq
Replied by miq on topic Background color of "full" as same as "contentrow"
The background color of contentrow is not white. Content color is white as it appear on all pages. Can you give me the color code its a light grey behind the content appearing on all pages at background.
Also the above code not working
.full{
background-color: #333333;
}
Also the above code not working
.full{
background-color: #333333;
}
Last edit: 9 years 7 months ago by miq.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45278
by ivan.milic
Replied by ivan.milic on topic Background color of "full" as same as "contentrow"
You have carousel with full width and height in that position, so you can see background color.
I put carousel width to 50% just to show you that there is color under i.snag.gy/pTiOq.jpg
I put carousel width to 50% just to show you that there is color under i.snag.gy/pTiOq.jpg
Please Log in to join the conversation.
-
miq
Inactive member - Topic Author
- Member
Less
More
- Posts: 82
- Thank you received: 0
9 years 7 months ago #45281
by miq
Replied by miq on topic Background color of "full" as same as "contentrow"
Until the full image upload, why there is white background coming. It should be grey or black just like other row in the top or content row in other pages. I don't want that whit background until the full image loaded.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45290
by ivan.milic
Replied by ivan.milic on topic Background color of "full" as same as "contentrow"
Then put this
.hero {
background-color: value!important;
}
in template_css.css
.hero {
background-color: value!important;
}
in template_css.css
Please Log in to join the conversation.
Time to create page: 0.089 seconds