Change color of bar and round diagramme
How can I change only the colour of the bar and the round diagramme on one page (see https://prnt.sc/oqiire)? I do not want to change the color of the theme options, only on a single page. Can you send me the custom css for that, please?
Thank you.
Comments
Here is the page: https://websites.iom-agency.com/leistungen-hebamme/
Please send me custom css.
Thank you.
body.page-id-2376 input[type="submit"] {This is for the bars on that page only:background-color: #9e6735 !important;
color: #ffffff !important;
}
body.page-id-2370 .progress_bars .bars_list li .bar .progress {background-color: #9e6735;
}
Thank you.
The button colour should only be in another colour on that single page (id 2376), not for all pages. Can you send me the custom css only for that page as well, please?
body.page-id-2376 input[type="submit"]:hover {Thanksbackground-color: gold !important;
color: red !important;
}
You only send me color for progress bar, but not for the round one. Please send me custom css for that as well.
Thank you.
Thanks a lot for your help and understanding.