I am using the JS-Shadow template. The posts text is white. It needs to be black. I don't know how to make post texts be black. When users applies a post theme color background the text is white, but when the user makes a normal post, without a background, the text is white and can't be seen because the template overall color is also white. So, how can I make the post text black or dark gray at least? I'm trying to learn how to edit custom template CSS but very difficult still.

    geofhill1
    Hi
    Its from your Joomla template body color that override the text color, Add this code in custom css file in the template to make it black.

    .joms-stream__body, .joms-comment__body {
        color: #000;
    }
    Write a Reply...
    You need to Login to view replies.