realblog background

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
soteric123
Posts: 3
Joined: Wed May 27, 2015 1:28 pm

realblog background

Post by soteric123 » Thu Aug 27, 2020 8:01 pm

How does one change the page background color or image for realblog page??
It looks like the format inhierits from content div in stylesheet.css
with additional formating from assets/css/xhstyles.css

xhstyles would seem to get over written after editing plugins.

How can this be done/worked around?

TIA

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

Re: realblog background

Post by lck » Fri Aug 28, 2020 11:01 am

soteric123 wrote:
Thu Aug 27, 2020 8:01 pm
How does one change the page background color or image for realblog page??
The style specifications for plugin can be found under ./plugins/realblog/css/stylesheet.css It's best to make the changes there or, if you want to be sure that the plugin is update safe, add it to the stylesheet.css of your template, i.e. to ./templates/Your-Template/css/stylesheet.css at the end.
e.g.

Code: Select all

.realblog_show_box {
    background-color: #EEEEEE;
}
soteric123 wrote:
Thu Aug 27, 2020 8:01 pm
xhstyles would seem to get over written after editing plugins.
https://cmsimpleforum.com/viewtopic.php?t=12885 wrote:core.css and plugins.css are now combined into xhstyles.css.
xhstyles.css is automatically created by CMSimple_XH from core.css and the stylesheet.css of the installed plugins. So you should not change anything in xhstyles.css manually.
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

Post Reply