Skip to:
Content
Pages
Categories
Search
Top
Bottom

Have a color Custom CSS problem

  • @ketil

    Participant

    I changed the color visually via the web browser and then copied the code into Custom CSS, but when I then refresh the page, it again shows the color I wanted to change, so this didn’t help! See the image of the code I wrote in Custom CSS

    What am I doing wrong here, why didn’t the color change? See the image of the code I pasted into Custom CSS

    I use bbPress Version 2.6.11 and wp version: 6.6.1.
    I am also using bbp style pack Version 6.0.6.

    https://drive.google.com/file/d/10K7mu5ipMPwsPtfEneTZ5PpmRjq4Ilhn/view?usp=sharing

Viewing 7 replies - 1 through 7 (of 7 total)
  • @ketil

    Participant

    @robin-w

    Moderator

    what custom css did you pate this into? and is it still there?

    @ketil

    Participant

    Lock att the images https://drive.google.com/file/d/10K7mu5ipMPwsPtfEneTZ5PpmRjq4Ilhn/view?usp=sharing

    I copied from browser. Yes its stil there

    @ketil

    Participant

    .bbp-forum-content ul.sticky, .bbp-topics ul.sticky, .bbp-topics ul.super-sticky, .bbp-topics-front ul.super-sticky {
    background-color: rgb(36, 37, 37) !important;
    }
    .bbp-template-notice, div.indicator-hint {
    background-color: rgb(45, 46, 46);
    border-color: rgb(93 93 93);
    color: rgb(229, 224, 216);
    }

    You se the first code come true and chage the color
    But the secend

    .bbp-template-notice, div.indicator-hint {
    background-color: rgb(45, 46, 46);
    border-color: rgb(93 93 93);
    color: rgb(229, 224, 216);
    }

    dont change anything!

    @robin-w

    Moderator

    yes, but WHERE did you put this code?????

    Custom css of the style pack plugin, your theme’s custom code or elsewhere?

    @ketil

    Participant

    In css of the style pack plugin. But i have try also try it on theme’s custom codes, but nothing happen!

    @robin-w

    Moderator

    If it is the website mentioned above, it looks like you are using wp_optimise and are minifying the css files.

    This can lead to incorrect order of css, and I suspect that this is the reason why the changes are not showing.

    I’d recommend you remove the bspstyle.css from the list of css files being minimised.

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