Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I change this color? (screenshot)

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

  • en.brohenn
    Participant

    @enbrohenn

    Directly from CSS ?


    Robkk
    Moderator

    @robkk

    Okay your topic is closed and stickied, so adjust this css. Use a custom css plugin, or modify and place this css into a style.css file in a child theme.

    #bbpress-forums .status-closed,
    #bbpress-forums .status-closed a {
     color: #ccc;
    }
    .bbp-topics-front ul.super-sticky,
    .bbp-topics ul.super-sticky,
    .bbp-topics ul.sticky,
    .bbp-forum-content ul.sticky {
     background-color: #ffffe0 !important;
     font-size: 1.1em;
    }

    hanifascraps
    Participant

    @hanifascraps

    Thank you @robkk for your code on how to change the bakground-color.
    It help me a lot.
    Kind Regards

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