• Hello,

    I want to edit the Responsive theme’s style.css to change the color of the button. However, when I click it there is no CSS. This is all I get:

    /*
    Theme Name: Responsive
    Theme URI: http://cyberchimps.com/responsive-theme/
    Description: Responsive Theme is a flexible foundation with fluid grid system that adapts your website to mobile devices and the desktop or any other viewing environment. Theme features 9 Page Templates, 11 Widget Areas, 6 Template Layouts, 4 Menu Positions and more. Powerful but simple Theme Options for full CMS control with easy Logo Upload, Social Networking and Webmaster Tools etc. Responsive is WooCommerce Compatible, Multilingual Ready (WPML), RTL-Language Support, Retina-Ready, Search Engine Friendly, W3C Markup Validated and currently translated into 45 languages. Cross-Browser compatible. <a href="http://cyberchimps.com/forum/free/responsive/">Official support forum</a> (http://cyberchimps.com/forum/free/responsive/)
    Author: CyberChimps.com
    Author URI: http://cyberchimps.com
    Version: 1.9.6.9
    Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, rtl-language-support, responsive-layout, fluid-layout
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: responsive
    
    Responsive WordPress Theme, Copyright (C) 2003-2014 Emil Uzelac, CyberChimps Inc
    
    --------------------------------------------------------------
    WARNING: (BEFORE YOU MAKE ANY CHANGES)
    --------------------------------------------------------------
    Please do not edit style.css or any other Theme files or
    Templates directly. If you do, your customizations will be lost
    as soon as you update Responsive.
    
    WordPress and CyberChimps highly recommends Child Theme.
    
    Read More:
    
    - http://codex.ww.wp.xz.cn/Child_Themes
    - http://cyberchimps.com/guide/child-theme-example/
    - http://cyberchimps.com/guide-tags/child-theme-2/
    
    */

    There is an RTL Stylesheet (rtl.css) but it doesn’t seem to contain all of the CSS for the theme.

    Where do I go to find all of the CSS for the theme?

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Void5150,

    Just to make sure you are on the right way…

    You may be purposefully trying to modify CSS of the theme. But if your goal is just to modify the style your site, please create a child theme first and insert all modification CSS codes there.

    Best wishes !!
    Placid

    Did you look here?

    http://cyberchimps.com/guide/adding-custom-css/

    They also have their own forums that may give you some insight:

    http://cyberchimps.com/forum/free/responsive/

    Thread Starter Void5150

    (@void5150)

    Thanks for your responses.

    I am using a child theme of Responsive.

    I understand how to modify the CSS, but since I cannot find the original CSS, I am unsure of what to edit in regards to classes and whatnot.

    Hi again Void5150,

    You can use browser inspector to find out what you need to change and add those styles in the style.css of your child theme.

    Hope that helps!!
    Placid

    the best way to figure out what styles to use is by looking at the code in the browser. That first link I gave you goes into detail about how to do that.

    As for where is your css files, you can look at your source code in the head tag and find out what style sheets are being loaded. There are probably a few…

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Responsive Theme – Where is the CSS?’ is closed to new replies.