1) Go to your file then select
"Edit Text" button.
Example:2) Insert your code in text area below the Text.
(Can include HTML)
Example:This is your code before.
- Code:
-
#googleAdPlacement { display:none!important; }
and you want to add this.
- Code:
-
#navigation div { background-image:url('none') !important; background-color:transparent ! Important ; }
Just paste below and you will have something that looks like this.
- Code:
-
#googleAdPlacement { display:none!important; }
#navigation div { background-image:url('none') !important; background-color:transparent ! Important ; }
Example:After applying press
"Save Changes" button that is indicated above.
The update will go direct to your profile, no need for to make another .css file.
If you want to add more CSS to your file. Just follow the guideline above.