« Back to the HTML Forum

i have 2 problems

Posted by G-M0H4M3D

posted

Forum: HTML Group

hello! i need help with two things that i want to fix.

first of all, the buttons of my profile aren't aligned perfectly, and i really want to fix it:


second of all, how do I change the color of this red text? it kind of annoys me and i really want to change its color:



Report Topic

1 Reply

Reply by heath

posted
updated

for the red text:

<style>

.blurbs .section h4{

color: white !important;

}

</stye>


the icons not lining up might take a bit of poking to figure out, try this:

<style>

.contact img{

margin-bottom: -5px !important;

}

</style>


you may need to change the -5 to a higher or lower number to get it perfect.


Permalink Report Reply