Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    3

    Default How to Edit CSS in cPanel 11?

    It's good to know that "You can even edit CSS to modify font colors, font sizes, table borders, and more."

    But how?

    The closest thing I can find is, live edit a language file (i choose x3 theme) - branding editor - edit this style - edit stylesheet -

    Now the stylesheet editor is on screen, with only one line:

    body { background-color: #E6E6E6 }
    Without any other reference, how could I know what to edit/add in the CSS file? Where to find the original stylesheet that I can modify?

    Appreciate any help. Thanks.

  2. #2
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    If you look at the source code via View -> Source in your web browser, you will see that elements on the page belong to various CSS classes. You simply need to enter in CSS code that modifies these classes to achieve the appearance you desire. Here's an example of some code (somewhat useless for practical application, but it conveys the basic concept):

    Code:
    body { background-color: #E6E6E6; }
    
    .row-odd {
    color: #FF0000;
    }

  3. #3
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,597

    Default

    I'd also recommend firebug

    http://getfirebug.com

    it has a great css inspector

Similar Threads & Tags
Similar threads

  1. CSS in Cpanel
    By Emmanue in forum New User Questions
    Replies: 1
    Last Post: 09-15-2008, 09:57 AM
  2. I can't edit css
    By 4ndr3 in forum Themes and Branding
    Replies: 1
    Last Post: 08-25-2008, 10:23 AM
  3. WHM --> cPanel CSS BUG
    By Sheldon in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 06-22-2004, 11:41 PM
  4. cpanel css problem
    By Sheldon in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 06-20-2004, 11:38 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube