CSS Customisation Guide

Preambule

Do NOT use Venice theme.

Steps for CSS injection

  1. Visit username.vivaldi.net/wp-admin/widgets.php
  2. Drag&Drop Baylys About widget to any section (e.g. Main Sidebar)
  3. To ensure Widget invisibility, do not fill in Title in the Widget configuration.
  4. Fill in About Text form with

    <style>
    YOUR CSS HERE
    </style>

  5. Save

CSS Syntax

For basic changing of text color, simply type

p {color: white}

which will set paragraph text color to white.

If you want to change properties of other elements, you can take a look at my Cheat Sheet, where you can find „names“ of those, that are not so trivial to remember. (in progress)

Cheat Sheet

Copy&Paste ready
Preview