Changing colour inside part of template
Biker666 created the topic: Changing colour inside part of template
I am using 04 Dark Orange for the back ground colour of my form but my problem is the clickable bullet points when clicked are also dark orange and of course this is hard to see.
Is there a bit of code that i can add to change the clickable bullet points to black so they stand out as the others which have a small black tick when clicked.
Please Log in or Create an account to join the conversation.
6 years 6 months ago
Agapi G. replied the topic: Changing colour inside part of template
Hey!
Thank you for posting your request!
That's surely possible to accomplish with a little additional CSS. Could you please give us the link to the page with this form? We'll take a look and provide you the necessary code as soon as possible.
Thanks! Have a wonderful day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 6 months ago
Biker666 replied the topic: Changing colour inside part of template
Hi Agapi
Here you go ..............
www.westportbikeshop.ie/book-a-bike/
Thanks
Please Log in or Create an account to join the conversation.
6 years 6 months ago
Agapi G. replied the topic: Changing colour inside part of template
Hey!
Thank you for the link! Please try adding the following CSS code to the theme of your form. Open your form and click Edit CSS button. Scroll down to the very end of the stylesheet and paste the code at the bottom:
.radio-div label {
background: linear-gradient(to bottom, #666666 0%, #666 49%, #555 84%, #373737 95%) !important;
box-shadow: none !important;
}
Make sure to clear the cache of your web browser before checking the changes. Let me know if the code works.
Thanks! Have a nice day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 6 months ago
Agapi G. replied the topic: Changing colour inside part of template
You are most welcome!
We are glad to know the code worked on your form. Please feel free to let us know any other time you will need our assistance. We'll be happy to help you out!
Cheers!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 6 months ago