Website Building » Wix » How Do I Add a Border on Wix?

How Do I Add a Border on Wix?

Last updated on January 5, 2023 @ 9:34 pm

Adding a border to your Wix website is a great way to add a little bit of style and personality. There are a few different ways to do this, so let’s take a look at each one.

The first method is to use the built-in Wix border tool. This is a quick and easy way to add a border, but it’s not very flexible. You can’t change the color or thickness of the border, and it’s not possible to add a curved or dashed border.

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

If you’re looking for something a little more flexible, you can use HTML to add a border. This method gives you full control over the look of your border, but it’s slightly more complicated than using the built-in tool.

To add an HTML border, you’ll need to add some code to the <head> section of your website:

<style>
p {border: 1px solid black;}
</style>

This code adds a 1px black border around all of the <p> elements on your website. You can change the color (solid black), thickness (1px), and type (solid) of the border by modifying the code.

If you want to add a different type of border, such as a dotted or dashed line, you can use the <b> tag instead:

<style>
p {border: 1px dashed black;}
</style>

You can also add borders to specific elements on your website by using the <u> tag. For example, if you only want to add a border around your header, you can use this code:

<style>
#header {border: 1px solid black;}
</style>

Conclusion: How Do I Add A Border On Wix? You can use either the built in Wix Border tool or HTML code to add borders around specific elements on your website.

PRO TIP: If you are not careful, adding a border on Wix can be very tricky. Make sure that you follow the instructions carefully, and take your time. Otherwise, you may end up with a border that is not quite what you wanted.
Madison Geldart

Madison Geldart

Cloud infrastructure engineer and tech mess solver.