posted 1732147538
Forum: Web, HTML, Tech
View Topics View Profile
the gradient bar at the top of my interests and links boxes is blue and doesn't match the other ones T-T i can't quite figure out how to fix that
also how do i change the color that the words in the top menu glow someone please help (´_`)
Report Topic
Sort Replies: Oldest Newest Newest Oldest
posted 1732528635
this fixes the blue gradient:
.profile .table-section .heading { background-image: url(https://i.imgur.com/CKX2NUO.png), linear-gradient(to right, #580c0c, #cfa1a1);}
and for the top bar, this changes the colour of the glow:
nav .links a { text-shadow: 0 0 7px #000000;}
(replace 000000 with the hex colour code you want)
Permalink Report Reply
posted 1732551237
it worked!! thanks a bunch :o)