Do not know the right words – top border on #colophon element

Author Posts

Lyllo

Hi, I would like to change the colour of the line above the colophon, but I can not get to the line, and I don´t know what it is called.
Do you have a dictionary what all the different elements are called? I can understand header and main body, but that´s it, I am afraid.

Inga-lill Cras, admin of http://www.test.vinlusenab.se


zholy9

Do you mean the blue line above the “Inga produkter”?
I’m on mobile now, but it looks to me like BORDER (TOP BORDER) …


Abland

Hi, @Lyllo

Yes, @zholy9 is right that it’s border-top but I see it’s the black border in the footer. This is the rule that’s controlling it:

#colophon {
border-top: 4px solid #000;
}

Sebastian has some excellent Tutorials that can help you get familiar with the terms and styling. Start under Learning HTML & CSS
https://themeover.com/support/


Sebastian

Thanks for pitching in guys.

Yes, you can change the line using the border properties:

border properties

https://themeover.com/border-top-color/

Cheers,
Sebastian


Lyllo

thankyou, I looked on Sebastians tutorial and I have found tutorials in Swedish, I will continue to learn!
Inga-lill


Sebastian

That’s great Inga-lill. I’m here if you need me.

Cheers,
Sebastian

You must login or register to reply to this topic.