Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Revhead
    Participant

    Firstly, thanks very much for this great little plugin.
    Secondly, how do I change the colour of the body text from black to white with the Modern color style, or is this something it is inheriting from the theme?
    My WordPress site as you can see has a dark background and the black text in the alternate items does not show against it.
    See the attached image (ticker in sidebar on right).
    Thanks in advance,
    Chris
    https://prnt.sc/r06t3i

    Hi @Revhead,

    I just saw your site and I guess you have used the dark style and it looks good now.

    Are we good with this case ?

    Thanks,
    Aakash

    Revhead
    Participant

    No.I changed it back to the Dark style because Modern wasn’t working.
    As mentioned I need to change the text from black to white in the Modern style as illustrated.
    Alternatively, I’d like to remove the white box from Dark style?
    Thanks,
    Chris

    Revhead
    Participant

    Any progress on this???

    Hi Chris,

    Sorry for the delay.
    Please paste the below CSS anywhere in your theme/theme customizer settings.

    .srr-title a {
        color: #fff !important;
    }

    Thanks,
    Aakash

    Revhead
    Participant

    Nope. Didn’t work?

    Apologize. Please try the below code.

    .srr-item.odd .srr-summary {
        color: #fff;
    }
    Revhead
    Participant

    That worked thanks.
    What about removing the white box from the Dark style?

    Please try this.

    .srr-style-dark {
        border: none !important;
    }
    Revhead
    Participant

    This changes colour of second paragraph of content
    .srr-item.odd .srr-summary {
    color: #fff;
    }
    Can you tell me what term or form is used for changing the first paragraph?

    Thanks!

    Revhead
    Participant

    How can it be resolved when you have not answered???

    Sorry.. I didn’t notice that you had a question. I was moderating the forum and was closing old topics.

    Please use below CSS. It will look like this – https://i.snipboard.io/QceFP4.jpg

    .srr-item:not(.srr-stripe) .srr-summary {
        color: #fff;
    }

    Thanks,
    Aakash

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

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter