Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Background graphic & Bootstrap Theme

Asked Modified Viewed 2,111 times
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
asked
Senior Member

I would like to change the overall appearance of the plain vanilla bootstrap theme by using background graphics. Now everyone should already know that I can barely get thru php (in other words I Suck :-) ) and css is even worse:(

Where would I enter the graphic name?

Gene
0 replies

4 posts

R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

In themes/Bootstrap create folder images and here put your background.
Open themes/Bootstrap/styles.css and add
body {
    background-image: url("images/IMAGE_NAME");
}
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

WOW...

Thank you very much Robin!!!:D

Merged on Aug 11 2017 at 20:24:21:
Didn't work Robin, may have placed it in the wrong spot...

.file-input .panel .file-preview-image {
    max-height: 143px !important;
    margin: 5px auto 0;
}

ol, ul {
    list-style: none;
}
body {
    background-image: url("images/flag1.gif");
}
Edited by daimonbok1 on 11-08-2017 20:24,
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

Must be on the top in styles.css
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

Ok, I'll give that a shot....

Merged on Aug 11 2017 at 21:23:49:
Works now...tried Explorer which hasn't been used. Thanks again Robin!
Edited by daimonbok1 on 11-08-2017 21:23,
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
D
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet