Im having trouble, I would like to change the title color on a drop down menu but i can't figure out how, help is much appreciated
![Mike !'s profile picture](https://cdn.spacehey.net/profilepics/2129321_eaca40faf2bd56ed4bc6bd5fbceecb36.jpg?expires=1739745966&token=79fe8e71339b80c6a7382ebd6b0b6d627722f19eb11f93883b6f3f7c2c98ca57)
coding help
0 Kudos
Im having trouble, I would like to change the title color on a drop down menu but i can't figure out how, help is much appreciated
0 Kudos
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Izzy
In the element, you have to add the element, then you can set the color, size, etc. For example, the following code makes the title a bright red:
title
***
In the summary element, you must add a span element, so then you can customize the color, for example:
< summary >< span style="color: #ff0000" >title< /span >< /summary >
(Just without the spaces ofc)
by Izzy; ; Report
I already did. I'm using jotakak's drop-down menu code as an example. Where it says "< summary >...< /summary >", you would add "style="color: #color code here;" to change the color.
dropdown menu name
insert text or images here
by Izzy; ; Report
thank you very much
by Mike !; ; Report