Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom CSS


  • jbeagley
    Participant

    @jbeagley

    I have had no problem editing the appearance of the forum until I tried to change the background color of the current navigation link on the user details page… its the list of link including profile, topics started, replies created, etc…

    I have been editing it with the ‘custom css’ feature of my theme… this is what I added

    #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background-color: #12681A;
    }

    I grabbed that code from the ‘inspector’ tool using F12 in my browser… just changed the color code… but is not affecting the page…

    any suggestions why this particular element isn’t being affected?

    wordpress 4.22
    bbPress 2.5.7
    http://hillberryfestival.com/forums/user/dhp/

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

  • Robkk
    Moderator

    @robkk

    @jbeagley

    Make sure to wrap code with the code button on bbpress.org

    I checked your custom CSS on your site.

    Sometimes CSS after a CSS statement is not complete will not work.

    For example make sure all of your statements have the

    #selector .selector  { <-- make sure you have this on all of your CSS statements
    property: value;
    } <-- make sure you have this on all of your CSS statements.

    jbeagley
    Participant

    @jbeagley

    You nailed, thank you!!! I was missing a } closing the previous CSS code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar