• Hello everyone

    I’m a complete newbie and trying to learn how to customize my site (www.nicheitsales.com) Just about got an idea how to use firebug to look up codes and see where I’d need to place the adjustment, however when I go to editor and find style.Scc it looks completely different from what it supposed to. Am I going mad? Pasting it below. Any ideas? Thank you so much!

    [ Moderator note: please wrap code or markup snippets in backticks or use the code button. ]

    /*
    THEME NAME:Headway Base
    THEME URI:http://www.headwaythemes.com
    VERSION:3.4
    AUTHOR:Headway Themes
    AUTHOR URI:http://www.headwaythemes.com
    DESCRIPTION:Headway is a feature-packed theme with drag and drop layout editing, point and click design capabilities, powerful search engine optimization and much more.  For help, you can <a href="http://support.headwaythemes.com">access our support</a> or go to the <a href="http://codex.headwaythemes.com/">Headway codex</a>.
    LICENSE: Terms of Service
    LICENSE URI: http://headwaythemes.com/terms-of-service
    
    ------------------------------------------------------------------------
    Copyright 2009-2012 Vesped Inc.
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    this is what appears on my CSS style sheet instead of the CSS codes ready to be adjusted and saved :(…

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    */

Viewing 4 replies - 1 through 4 (of 4 total)
  • Am I going mad?

    No. 🙂 Firebug only display CSS rules and properties – not any comments in the stylesheet. All of the above is part of a comment block.

    Thread Starter furrfish

    (@furrfish)

    Thank you Esmi, not mad at least 🙂 . So, could you tell me please where do I go from here, as in find the actual working CSS script of my pages , which I can adjust and save as I can’t do it with firebug . I d searched here but all the replies seem to lead me to CSS style sheet ?

    Ideally, you would need to create a child theme for your CSS customisations. Once you have located the relevant rules in the parent’s stylesheet, you can them over-write them via the appropriate custom CSS in your child theme.

    Or you could look at using a custom CSS plugin.

    Thread Starter furrfish

    (@furrfish)

    Hi, Esme

    Thank you. You are right, when I look at the child website option, the style css has code to be edited. But I’m trying to avoid using child theme , as it seems that the blank base would give me more flexibility (if I could only get hang of using it)and besides , I’d already started on it, anyway. What I can’t understand, though, if firebug can read a code from the website I’m building (www.nicheitsales.com) , then where is it hiding for me to be able to adjust it, since it’s not in CSS style sheet? Could it be as simple as copying and pasting the entire code as read by firebug into the CSS. Style sheet which is now blank, and then adjusting?

    Christina

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit CSS Style sheet: mine doesn't look right’ is closed to new replies.