Hi Kriesi-team,
I want to change the green border color of the “Überschrift-Zeile” to #919191 but everything failed.
Any hints how to solve this problem:
Hey joeydrums!
Can you please post the link to your website? I am not sure which element you would like to edit.
Cheers!
Yigit
Dear Yigit,
sorry it is not possible at the moment cause the project is still in maintenance mode.
I did change the background and the color of the buttom of the frame by using this in my custom.css:
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
background-color: #d92b6d;
}
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra .pricing-table-wrap {
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: #919191;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: #919191;
border-top-color: #919191;
Hi!
Please try following code
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra .pricing-table-wrap {
border-color: #919191!important; }
Cheers!
Yigit
Thanks Yigit, you nailed it!!