• Hi,
    I install the theme, but i can`t open the style.css file in my dreamweaver program, for make the changes.

    Could you tell me, where I found the codes? because I copy some one that I found in this forum on: PageLine > site Option > Custom code, but they dont working.

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    you can see the stylesheet under Appearance => Editor, however you should not edit the style.css directly. Create a child theme first http://codex.wordpress.org/Child_Themes and make your edits there.

    Thread Starter carmengdominguez

    (@carmengdominguez)

    But the problem is that I can´t see the style.css file.
    When I open Aparence > Editor > style.css….show me the following:

    /*
    Theme Name: PageLines Framework

    Description: A responsive drag-and-drop platform for professional websites based on HTML5 and CSS3. PageLines will help you do amazing things faster & easier than ever before. Designed by PageLines in California. Twitter @pagelines

    Version: 2.4.4

    Author: PageLines

    Author URI: http://www.pagelines.com/

    Theme URI: http://www.pagelines.com/tour

    Tags: rtl-language-support, editor-style, theme-options, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, fixed-width, threaded-comments, custom-background, custom-header, custom-colors, custom-menu, photoblogging, translation-ready, white, silver, light, blue, green, yellow

    License: GPL
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    # IMPORTANT NOTE ON CUSTOMIZATION
    *
    * Don’t add customizations to this file!
    – Customization CSS in PageLines
    – Customize PageLines by adding CSS in the settings, child themes, or plugins
    – Don’t add it here; as it will either get overwritten by updates, and will prevent you from updating at all!

    ********************************************************************************************************************************
    *
    * Copyright 2008-2012 PageLines, Inc. http://www.pagelines.com/
    *
    * This program is free software; you can redistribute it and/or modify it under
    * the terms of the GNU General Public License version 2, as published by the
    * Free Software Foundation.
    *
    * You may NOT assume that you can use any other version of the GPL.
    *
    * 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:
    *
    * Free Software Foundation, Inc.
    * 51 Franklin St, Fifth Floor
    * Boston, MA 02110-1301 USA
    *
    * The license for this software can also likely be found here:
    * http://www.gnu.org/licenses/gpl-2.0.html
    *
    ********************************************************************************************************************************/

    No codes.
    I hope that you can help me.

    Best regards

    Hi there,

    PageLines creates uses LESS to dynamically parse it’s CSS, so they’ll be no CSS within the style.css of the theme. The LESS is all contained within various files throughout the theme then compiled live on the page.

    To make css customizations you’ll need to use a web inspector like chrome or firebug to target the css you wish to make the changes on and then paste the new css into the custom css panel inside the PageLines DMS control panel.

    Please see – http://docs.pagelines.com/customize/how-to-customize for further info.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem with change the css’ is closed to new replies.