Skip to:
Content
Pages
Categories
Search
Top
Bottom

font color dont work with theme


  • jdawglosurdo
    Participant

    @jdawglosurdo

    is there anyway to change the font color, it doesn’t look very good with my theme

    preview

    i am using the latest version of wordpress
    theme is hueman

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll want to add a CSS rule to your themes CSS

    .bbp-topics ul.super-sticky,
    .bbp-topics ul.sticky {
    background-color: #ffffe0 !important;
    }

    Changing #ffffe0 for the HEX color of your choice.


    jdawglosurdo
    Participant

    @jdawglosurdo

    ok, now how would i change the font color to the default color?

    i basically want the sticky topics to have the same format as the normal topics.

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