Restyling the Comments box

Posted by Community Admin on 05-Aug-2018 14:45

Restyling the Comments box

All Replies

Posted by Community Admin on 03-Feb-2011 00:00

Hello!

Im trying to style the Comments box in my blogposts but I can not make it work with background-image.
I have followed this exemple by Gabe Sumner: www.sitefinity.com/.../restyling_the_comments_box_radeditor_throughout_sitefinity.aspx

It works when i only have a background color in the body.
Screen.css

body
    background:#2D2722;

and
Editor.css
body
    background: #ff0 !important;


when i use a background image I can not figure out how the setup should look like
Screen.css
body
    background: #2D2722 url(../images/img01.jpg) repeat-x left top;

and
Editor.css
body
    background:none #ff0 !important;


Any ideas?

/Magnus

Posted by Community Admin on 03-Feb-2011 00:00

Hi Magnus,

I have tested the scenario and everything works fine. Clear your browser cache and refresh. One more thing -  I set the background with:

body
    background-image: url(abc.jpg) !important;



Best wishes,
Jordan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 03-Feb-2011 00:00

I made the embarrassing mistake.
It was the browser cache, i feel like n00b =/

This thread is closed