• There seems to be no way to Control the background color of a pinned post. I want the background color of the pinned post to be the same as all the other post. Because I cannot control this I can’t use pinned posts. I have to keep changing the date to force it to the top.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author webvitaly

    (@webvitaly)

    You may change the background color with custom CSS.

    Thread Starter badrobot

    (@cyouse)

    Can you provide an example?

    Theme Author webvitaly

    (@webvitaly)

    Sure. Try smth like this:

    body article.sticky {
        background: white;
    }
    Thread Starter badrobot

    (@cyouse)

    Thanks i used
    body article.sticky {
    background-color: #fdff99;
    }

    At one point I had specified the background color of the regular (non-sticky) posts through the admin user interface. Since then there has been a theme upgrade and I can’t find it anymore. Am I just looking in the wrong place or can that only be controlled from css since that update? If it is css only now would it be something like?:

    body article {
    background-color: #fdff99;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Control the background color of a pinned post.’ is closed to new replies.