custom color and alignment for dropdown menu !!

this is very different from my usual blog posts, but i thought this might help some people since i just had a struggle and a half trying to figure it out myself.

--------------------------------------------------------------------------------------------------------

<details><summary style="color: HERE; text-align: center/left/right;" class="mb8"><u>dropdown title</u> </summary>


<p style="color: HERE; text-align: center/left/right;">inner text here</p>


</details>

--------------------------------------------------------------------------------------------------------


uhm and yeah thats legit it !! just change all the shit you want and booyah. for adding a color you can use a hex code (dont forget a # before the hex.) or just put simple things, like 'pink, yellow, green' ect ect.

this is where i get my hex codes !!



heres another varient, for if you want images inside (which i think you can do) but still want custom color/alignment for the dropdown title.

--------------------------------------------------------------------------------------------------------

<details><summary style="color: HERE; text-align: center/left/right;" class="mb8"><u>dropdown title</u> </summary>

<p>

your images hereeee

</p>

</details>


-----------------------------------------------------------------------------------------------------

that one is super simple !!

if you just want a custom dropdown title color, just remove the the 'text-align: blahblahblah;' shit, so it should look like this !!

--------------------------------------------------------------------------------------------------------


<details><summary style="color: HERE;" class="mb8"><u>dropdown title</u> </summary>

<p>

your text in here !!

</p>

</details>

--------------------------------------------------------------------------------------------------------

and boom yay !!!! i hope someone gets some use of this lolol. i was too proud of my discovery to not share.


4 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )