Home» Forum» Web & Tech» The blue stripe on my footer??

The blue stripe on my footer??

Back to Web & Tech

There's a blue stripe on my footer and I CANT GET IT OFF

I use my spacehey code here and spacehey does not have this thing! So idk the code to change it's color

along with the blue highlights/borders on the top of my profile, on the search bar and the navigation bar.

If you can give me the code to change that I will be foreva grateful!!

Pls, don't use all of your layout from spacehey to FR. 😭

They use slightly different stylesheets and only some things are commonly shared.


So, for the footer stripe, that's actually called nav .links  on the stylesheet (CSS).

You can change it on your layout with this (inside the style tag, where you have your other colours and tweaks):

footer nav .links {background-color: rgb(6,19,27);}

this is just my example of a dark blue. Use rgba if you want a slight transparency.

But you can use HEX colours too. Example: footer nav .links {background-color: #ff00ff;} 

(the colour #ff00ff is a magenta, just change the colours and you're done). :3




.myspace-header .main-nav-wrapper { border-top: #000000; border-bottom: #000000;} 


#000000 is black, but you can change it


However, some other stuff is visible still, like a darker blue... Especially the accepts when you hover your cursor over the buttons and some stubborn lines between then (must be another background behind them button/links).

I'm having a bit of a hard time trying to figure this out. But try this help first and tell me if it worked.


EDIT:


.myspace-header {background-color: rgb(13 17 25 / 95%) !important; }

(set the 95% to 0 to make it disappear if you want or change colour)


uchiha-clan-sticker

@Ina

jaja i didn't use all of it, i had to change some since the dimensions here are different i believe. plus my spacehey uses a lot of html and the code for FR looks more like CSS.

I didn't know it was called nav.links(the footer), and im not sure why but my inspect tool doesn't work here so I couldn't check.

The header was straightforward, thank you!

@xb3llabl4sphemyx777 [glmrklldUS!]

Yeah. That's why  I sai you shouldn't use ALL of it. Only some parts that are more universal for websites. But, for example, the classes of the headers on these 2 websites are different.

For the blue stripe, I tested on my profile and footer nav .links {background-color: rgb(6,19,27);} worked well.

But I'm glad that the header worked! :D

I actually spent a few minutes trying to figure out what was going on with the stylesheet and which element was causing the issue. XDDD


uchiha-clan-sticker

You must be logged in to reply.