Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Robert Linsalato Jr.

3
Posts
1
Topics
9
Followers
25
Following
A member registered Mar 10, 2022 · View creator page →

Creator of

Recent community posts

Yes, I have css modification unlocked.

The problem that I have is that the code I tried to use is in my initial post was not working, and I do not understand why.

Yep, I tried to use #custom but it also didn’t work.

(1 edit)

I have my profile page set up with ‘basic’ CSS code, and I wanted to make the “Hello Hello!” text at the top be like ‘rainbow text’, think this (the response to the question). I tried to use the “<span class=” function to make only the hello text rainbow. Long story short, it does not work.

This is the HTML code that I’m using (ignoring the gifs):

<p><strong><span class="rainbow">&nbsp;Hello Hello!&nbsp;</span></strong><\p>

and this is the CSS code for my profile page (using red as a test to make sure span works):

.rainbow{color: red;}

I have tried to remove the “&nbsp” and it does nothing.

So the question is: Am I missing something or is <span class=> not accessible in itch?