Skip to:
Content
Pages
Categories
Search
Top
Bottom

Child theme on buddypress default theme help


  • Cynthia M
    Member

    @cynthia-m

    (sorry for my poor english)
    I m novice on website editing

    I want to know if i can find a already created style.css for buddypress default theme somewhere
    or a exemple…
    I try to follow the tutorial of creating a child theme but its really hard for me.
    … i know that, when i will have my child theme i will be able to modify buddypress fast and easy (like color…)

    can help?
    Thank you :)

Viewing 1 replies (of 1 total)

  • 9087877
    Inactive

    You will need to know CSS to make changes such a colors, and know how to target to specific area you want to change. I suggest using firefox and firebug. Below I have attempted to show you what you can change and can not change as far as starting a child theme style.css. This commented section has to be included in your child themes folders style.css and the folder with the style.css needs to be placed within wp-content/themes and you have to activate it. If its left blank it just inherits the bp-default style.css. If you correctly target what you want to change then this child themes style.css will over-ride the bp-default style.css. Whatever you target and decide you want to change needs to be placed after the closing comment ( */ ) of the the below code with proper CSS syntax. I hope this in some way explains it a little more clearly.

    `/*
    Theme Name: BuddyPress Dusk /*This can be changed*/
    Theme URI: http://example.org/themes/dusk/ /*This can be changed*/
    Description: Dark theme for BuddyPress. /*This can be changed*/
    Version: 1.0 /*This can be changed*/
    Author: John Doe /*This can be changed*/
    Author URI: http://example.org/ /*This can be changed*/
    Template: bp-default /*This CAN NOT be changed*/
    Tags: buddypress, two-column, grey, dark /*You need to have buddypress in the Tags, the rest (example: two-column, grey, dark can change) */
    */`

Viewing 1 replies (of 1 total)
  • The topic ‘Child theme on buddypress default theme help’ is closed to new replies.
Skip to toolbar