Skip to main content
All CollectionsIntegrationsWix
Wix: How to edit Blog Page styles
Wix: How to edit Blog Page styles

Improve your blog page styling with custom CSS

Vitalik May avatar
Written by Vitalik May
Updated over a week ago

You can set custom CSS for blog page styles in Wix.

What is CSS?

CSS, or Cascading Style Sheets, is a styling language used to control how HTML elements of websites are displayed selectively. CSS defines how the site looks to the end user.

Here’s a short guide:

  1. Go to your Wix Dashboard.

  2. Click Settings -> Custom Code.

  3. Click Add Custom Code button at the top.

  4. Paste your CSS in the text box:

    <style type="text/css">
    YOUR_CSS_HERE
    </style>

  5. Under Add Code to Pages select Choose specific pages, and pick your blog page in the Wix Blog section.

  6. Set Place Code in to the Body - end.

  7. Click Apply, then publish your site to see the changes.

Did this answer your question?