Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #919735

    Hello,

    I would like to change the background color of a specific blog post, so that it will only be displayed on this one post. How do I do that?

    Cheers,

    Philipp

    #919963

    Hey Vincent_Vega1,

    Sorry, you are not allowed to preview drafts.

    You would need to publish it – if you want us to review.

    Best regards,
    Basilis

    #920000
    #920008

    Hi,

    So you want to change it from the current black background color?

    Best regards,
    Jordan Shannon

    #920032

    yes, to black

    #920141

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .postid-4159 #main {
      background-color:#000 !important;
    }

    Best regards,
    Rikard

    #920276

    Hi Ricard,

    I’ve put in the code you provided, but it seems like the background color hasn’t changed and is still #ffffff. I already cleared my cache and reloaded the page. What am I doing wrong ?

    Cheers,

    Philipp

    #920462

    Hi,

    I’m confused on this. You want to adjust the background of the post your provided in the link? The text is currently black/dark on that link in the white areas. If we add the css to change it that text will not be visible.

    Best regards,
    Jordan Shannon

    #920463

    Hi, Jordan

    Yes, I would like to have the background in #000000. It’s “under construction” at the moment I’ll just change it once the background has the correct colour.

    Cheers,

    Philipp

    #920476

    Hi,

    Thanks for clearing that up. Add the following to quick css:

    .main_color{
    background:#000!important;
    }

    Best regards,
    Jordan Shannon

    #921428

    Hi Jordan,

    The code you provided changed all the backgrounds to black. I just want to change the background on this page http://observeandpreserve.de/2018/01/31/g20-summit-2017-perspective-of-a-photograph/

    #921678

    Hi,

    Apologies, you can adjust the css to the following:

    .postid-4159 .main_color{
    background:#000!important;
    }

    Best regards,
    Jordan Shannon

    #924900

    Hi,

    Thanks! I’m definitely closer to my goal, but now all my color sections are black aswell. What do I do so the pictures in the color sections show up again?

    Cheers,

    Philipp

    #925644

    Hi,

    Please give a detailed screenshot of what should be black and what should not. This will go a long way into help us getting this solved properly.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.