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?

php fusion v9xx panel how can I set a background image ?

Asked Modified Viewed 588 times
M
Manuel1986
M
PHP Fusion Version 9.03.110.
Material Theme
PHP Version 7.4
  • Member, joined since
  • Contributed 82 posts on the community forums.
  • Started 38 threads in the forums
  • Started this discussions
asked
Member

php fusion v9xx panel how can I set a background image ?
0 replies

3 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

Inspect element (right click > inspect) and add background for it in css. Magazine theme for panels uses the .opentable and .openside classes
0 replies
M
Manuel1986
M
PHP Fusion Version 9.03.110.
Material Theme
PHP Version 7.4
  • Member, joined since
  • Contributed 82 posts on the community forums.
  • Started 38 threads in the forums
  • Started this discussions
answered
Member

Bootstrap container and gave it a color

How did I do this

<div class="container-fluid" style="background-color: #2E2E2E;" >
0 replies
F
Falk
F
Falk 146
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 12 questions
answered
Super Admin

Use Custom CSS,

<div class='container1-bg'>
    <div class='container'>
        // content
    </div>
</div>

.container1-bg {
    background-color: green; // or #hex
}
Edited by Falk on 29-10-2020 02:32,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falk 146
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 12 questions
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
M
M
PHP Fusion Version 9.03.110.
Material Theme
PHP Version 7.4
  • Member, joined since
  • Contributed 82 posts on the community forums.
  • Started 38 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet