i'm trying to work 'try again' for my rp page, but i'm having an issue with the chat title font. it just looks like the normal font and no matter what i do i can't change it :/ do you know what could be causing this?
i?? don’t think i have a theme called ‘try again’ so??? i can’t tell you what exactly the issue is. but you’d want to find this block of coding**:
{block:Chat} {block:Title}{Title}{/block:Title}
{block:Lines} {block:Label}{Label}{/block:Label} {Line} {/block:Lines}
and basically you want the part where it says {title} to have some type of styling attached. for this, we’ll just go ahead and use h2 for now. the title block will look something like this instead:
if you want, you could create your own class or span and style it yourself. i’m using h2 in this case because it’s typically built in to codes, or it’ll use the tumblr default. you could also use h1 or h3. if you want additional help with styling then please contact me off-anon. i have limited access to a laptop for now so questions take me longer. regardless, i hope this helps you in some way!
** this is just an example. your code may look different.