Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Pricing Item Color
leakingpaint
September 2014
in
Theme support
Good Day
Very nice theme, thank you.
How do I change the default white background color for the "Pricing Item" from white to another color?
Regards
Comments
Albert
September 2014
Hey,
for that, you can use below custom css:
.pricing-box { background: #000 !important; }
leakingpaint
September 2014
Thank you
That works perfect
Regards
bomerang
November 2014
@muffingroup
Is it possible to change color for every pricing-item?
Albert
November 2014
@bomerang
Sorry but this is not possible because items does not have own id's. The only thing you can do is change item colors per sections because each section can have own id.
bomerang
November 2014
@Muffingroup
can you be more specific? What do you mean by sections and how do I achieve that step by step? Thanks youi in advance
">
Albert
December 2014
It means that you can change their colors by rows (each section is row). For example you have something like:
1st SECTION (inside you have for example 4 items)
2nd SECTION (inside you have for example 4 other items)
etc...
And colors can be changed only per sections because only section have possibility to have own ID. So you can do only something like:
4 items i 1st section with red color
4 items in 2nd section with blue color
etc...
Sign In
or
Register
to comment.
Comments
for that, you can use below custom css:
Is it possible to change color for every pricing-item?
1st SECTION (inside you have for example 4 items)
2nd SECTION (inside you have for example 4 other items)
etc...
And colors can be changed only per sections because only section have possibility to have own ID. So you can do only something like:
4 items i 1st section with red color
4 items in 2nd section with blue color
etc...