Mike !'s profile picture

Published by

published

Category: Blogging

coding help

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

Izzy's profile picture

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


Report Comment



***
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