• I have recently upgraded the blogs theme from Twenty Twelve to WP Bootstrap 4.

    Twenty Twelve had the side bars the central blog posts AND ALL the comments in generic white boxes in full view for browsers to read even with a background image.

    WP Bootstrap 4 has the side bars and the central blog posts in generic white boxes in full view BUT NOT the comments with a background image… The comments are still there but without the generic white box, no one can read them.

    I like the new theme, but I need to be able to read the comments, as well as browsers.

    Do I go back to twenty twelve or can this missing generic white box to hold comments in be sorted somehow.

    Any help appreciated.

    Here is a typical post with a load of comments that cannot be read…

    https://killyourpetpuppy.co.uk/news/culture-shock-–-bluurg-tapes-–-1986/

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @penguin1966,

    We can show the data with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional css-

    #sfw-comments-title {
    color: #fff !important;
    background: #000 !important;
    }
    .sfw-commentlist {
    color: #fff !important;
    background: #000 !important;
    }
    div#sfw-respond {
    color: #fff important;
    background: #000 !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter penguin1966

    (@penguin1966)

    Hey Manoj… That worked. Thank you. Although could you please let me know how to change the colour of the box from black (with white text) to a white box (with black writing). Thank you. Indebted…

    Thread Starter penguin1966

    (@penguin1966)

    Hey Manjo… I sorted the boxes by placing #343a40 and #ffffff in the coding. I’m surprised I thought of that being a bit of a novice! That’s for the PC. On an Android phone there is no difference. I’ve cleared the browsing history and restarted phone and nothing. No white boxes… Have you any idea about that at all? Thank you again.

    Thread Starter penguin1966

    (@penguin1966)

    Sorted the Android phone now… Sorry for the bombardment of replies. All done now. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hidden comment boxes after theme update’ is closed to new replies.