Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] How to edit groups using css


  • Jonbie
    Participant

    @jonbie

    Hi,

    I am using my childs theme style.css to change small bits off css of my website. The problem is when i go to do it on the groups page nothing happens?

    do i need to change the buddypress theme stlye.css?

    Can i not do it using my child themes style.css?

    Thanks,

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

  • @mercime
    Keymaster

    @mercime

    @jonbie Make sure you use the same/right selectors or more specific ones to override the styles for I assume, BP 2.0 https://buddypress.trac.wordpress.org/browser/tags/2.0/bp-templates/bp-legacy/css/buddypress.css
    What theme are you using? Site URL?


    Jonbie
    Participant

    @jonbie

    Hi Mercime,

    I am using a theme called kleo, my url is audiokulture.com.

    I am using chrome to find the css paths but when i even directly copy the paths into my child themes style.css it does change the code or even show up in chrome? (the code that is)


    @mercime
    Keymaster

    @mercime

    @jonbie initial scan of the theme looks like it’s using the buddypress.css I pointed to above. So check if adding !important in your style works.
    e.g. #buddypress .activity-stream {background-color: #fff !important; }

    If the !important does not work, best place to ask is at the theme’s forums where you should be able to get support for your purchase since we have no access to the premium theme. Good luck.


    Jonbie
    Participant

    @jonbie

    Got it sorted, thanks for the help @mercime


    @mercime
    Keymaster

    @mercime

    Cool. Marking this as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Resolved] How to edit groups using css’ is closed to new replies.
Skip to toolbar