- Posts: 13
- Thank you received: 0
How to change bg color in full logorow
4 years 2 months ago #48323
by frank4
How to change bg color in full logorow was created by frank4
Hi
How can I change background color from transparent to solid color in full logorow on Home Page?
How can I change background color from transparent to solid color in full logorow on Home Page?
Please Log in to join the conversation.
4 years 2 months ago #48325
by milos
Replied by milos on topic How to change bg color in full logorow
Hello,
You can change it in the row settings: www.hotjoomlatemplates.com/sparky-docume.../layout/row-settings
Or you can add it in the custom CSS, like this (if "logorow" is a correct class name):
#000000 is for black color. You can use any color here.
Regards,
Milos
You can change it in the row settings: www.hotjoomlatemplates.com/sparky-docume.../layout/row-settings
Or you can add it in the custom CSS, like this (if "logorow" is a correct class name):
Code:
.logorow {
background: #000000;
}
#000000 is for black color. You can use any color here.
Regards,
Milos
The following user(s) said Thank You: frank4
Please Log in to join the conversation.
4 years 2 months ago #48327
by frank4
Replied by frank4 on topic How to change bg color in full logorow
It didn't work in the row settings. Had to edit custom.css.
Thank you
Thank you
Please Log in to join the conversation.
4 years 2 months ago - 4 years 2 months ago #48328
by milos
Replied by milos on topic How to change bg color in full logorow
You can add custom CSS if you edit the template file custom.css (in "css" folder) or you can add code in the template options (under Custom > CSS).
It's possible it won't work in the Row Settings if there's already a custom CSS code for this row.
Regards,
Milos
It's possible it won't work in the Row Settings if there's already a custom CSS code for this row.
Regards,
Milos
Last edit: 4 years 2 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.194 seconds