MyBB Community Forums

Full Version: Theme edit not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,
Having a small problem which I can't figure out which is the reason why I am posting this on MyBB forums.

I am editing my classic_postbit making it stand out more etc.
I can get the bottom blue box working but for some reason the box around the username and usertitle is not displaying?

I am using google chrome and it displays the code in the Inspect Element but not the CSS edit which I have added in the global.css on my theme.

Please preview the images below to see what I am talking about. Smile

[Image: nrCzqpR.png]

[Image: Fa9qpWS.png]

This is my css edit code.

.userstuff {
background: #e8f4f8;
border: 1px solid #bcdeed;
color: #4b6c79;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-variant: normal;
letter-spacing: normal;
padding: 8px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
font-family: 'Merriweather Sans', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
margin-left: 20px;
margin-right: 20px;
}

 .udetails {
background: #e8f4f8;
border: 1px solid #bcdeed;
color: #4b6c79;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-variant: normal;
letter-spacing: normal;
padding: 8px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
font-family: 'Merriweather Sans', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
margin-left: 20px;
margin-right: 20px;
}

All help is appreciated thank you.
Just do a hard refresh - CTRL + F5 and/or SHIFT + F5.
Tried, not working Destroy.
The script template not find class css! Make class css:
.uname{

here is css code

}
@Ashley there is a unwanted space in front of the css selector udetails in global.css... remove it and it will be fine...

i.e instead of " .udetails {"  use ".udetails {"