Advertisement:

Author Topic: tema - body - html - background - OSclass Pannel  (Read 2321 times)

AGoGo

  • Full Member
  • ***
  • Posts: 148
  • AGoGo
tema - body - html - background - OSclass Pannel
« on: November 26, 2013, 06:09:51 pm »
I was wondering how I can create
a session in my theme that allows me to insert an HTML string that

replace or superimpose on  (body)

Code: [Select]
body{margin:0;
background-color:#669ada;
    color: #d5e3f5;
background: url('../images/background.png') repeat scroll 0 0 #d5e3f5;
}

all handled by the panel osclass




frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: tema - body - html - background - OSclass Pannel
« Reply #1 on: November 26, 2013, 11:22:49 pm »
@AGoGo
I think right now you need to edit file manually using ftp (or similar), file you need to edit is style.php

AGoGo

  • Full Member
  • ***
  • Posts: 148
  • AGoGo
Re: tema - body - html - background - OSclass Pannel
« Reply #2 on: November 27, 2013, 08:28:42 am »
thank you, my goal was to put a big banner on (background) of the (body).
I see many websites that they use to do it

I wish that allow you to enter the code (html) from Osclass control panel session = (Theme realstate)
for a useful convenience and replace it quickly

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: tema - body - html - background - OSclass Pannel
« Reply #3 on: November 27, 2013, 11:21:01 am »
@AGoGo
Go to oc-content/themes/theme_name/style.css, find body tag and place background there.

AGoGo

  • Full Member
  • ***
  • Posts: 148
  • AGoGo
Re: tema - body - html - background - OSclass Pannel
« Reply #4 on: November 28, 2013, 03:50:06 pm »
thank you, my goal was to put a big banner on (background) of the (body).
I see many websites that they use to do it

I wish that allow you to enter the code (html) from Osclass control panel session = (Theme realstate)
for a useful convenience and replace it quickly

Try this:
Download the Osshaft Colors theme at: www.osshaft.org and look at the code. You can chose from 4 background colors in the admin page but the code could be changed to chose images instead.



thanks and what I wanted, but now I want to install this feature on my theme (realestate)

how do I put?


frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: tema - body - html - background - OSclass Pannel
« Reply #5 on: December 06, 2013, 10:42:55 am »
@AGoGo
Bigger font will not help you.