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?

changing background color in Bootstrap Theme?

Asked Modified Viewed 3,034 times
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Started this discussions
  • Answered 1 question
asked
Senior Member

I've been looking and looking but have not been able to locate where to change the 'all over' background color for the Bootstrap Theme

at the moment it's white

please point me in the right direction ;)
Edited by helmuth on 30-01-2018 18:18,
0 replies

9 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 https://github.com/PHPFusion/PHPFusion/blob/9.02/themes/Bootstrap/styles.css add this

body {
    background: COLOR;
}
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

Thanx, did the job B)
0 replies
— 9 months later —
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

the background color change does NOT work in Opera :-(

I would also like to change the background color where the arrows are pointing ...

top menu
navigation box
and other panels

EDIT
png attachment was not allowed

please activate
Edited by helmuth on 30-01-2018 10:04,
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

Try add
body {
    background: COLOR !important;
}


Or you can change styles in Theme Manager -> Theme Preset
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

the code you suggest is already added try to see here: http://joyfulchoir.dk/forsamlingshus/...amlingshus

it's all the white areas except for the search-box I would like to change ...

and I still try to attach an png file in this thread: message error: file type not allowed
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

It says it is allowed in the system here, might be a template issue or custom code in the png file that deny it, like markers from a program etc.
We are on the verge of upgrading here, it will be ok on new forum for sure.
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

trying to attach again ...

success ... I used ImageOptim to clean out exif and other stuff

https://imageoptim.com/mac
helmuth attached the following file:
bootstrap-background-color.png [No information available / 191 Downloads]
0 replies
Z
zizub
Z
zizub 10
  • Member, joined since
  • Contributed 156 posts on the community forums.
  • Started 29 threads in the forums
answered
Member

You can use the Developer Tools in your browser (Ctrl+Shift+I). There is, all the necessary information for you. Right-click and select: View element code or use the keys Ctrl+Shift+C, for Opera.
zizub attached the following file:
help1-iloveimg-compressed.jpg [No information available / 184 Downloads]
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Hi Helmuth,

@zizub is correct here. Try to learn to use the inspector on your browser. CTRL+SHIFT+I for Chrome.

In your theme's styles.css file, add this line at the end of the file.

.breadcrumb {
background-color: transparent;
}


if it does not work, force it.
.breadcrumb {
background-color: transparent !important;
}


Clear Browser Cache always
V9 uses a cache to reduce your server loading times. If you are using Chrome, and in order to remove browser cache, you can bring up the inspector window, and Find the main "Network" Tab. And there is a checkbox with "Disable Cache". Tick that. So every reload with inspector on, will auto clear cache for you.

Alternatively, you can logout and relogin.

I use Chrome after Falk introduced it to me. I never changed since because I adore it a lot. So much better than Firefox.

Some other explanations regarding Styling in Version 9.

Version 9 is a multi resource platform. It's foundation is Bootstrap, and a theme's styles.css top its up with additional parameters.

Resource 1. System load Bootstrap first, unless turned off. (Default)
Resource 2. Then we load our custom styles and anything declared in the Theme's Style.css will override Bootstrap automatically. (Override No. 1)
Resource 3. When you use Theme Engine customization, we remove theme default styles.css and rebuild a new version of Styles_xxxxx.css. (Override No.2)

Because of Resource No.1 is loaded, any theme has a responsive loaded (including v7 ones). As a result of this, a theme now can literally run without styles.css, but we forbid that for practical reasons. So in cascade action, If No.3 is present, No.3 + No.1 will work hand-in-hand.

The way I showed you is via step 2 override.
Edited by Chan on 03-02-2018 08:36,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
H
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Started this discussions
  • Answered 1 question
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
Z
Z
zizub 10
  • Member, joined since
  • Contributed 156 posts on the community forums.
  • Started 29 threads in the forums
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

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet