Hi @musadiqmarhaban,
Are you referring to the link area on the right where it says: CERITA DI BALIK BERITA?
Also, are you using the core plugin WP RSS Aggregator with any additional add-ons?
Thread Starter
M3
(@musadiqmarhaban)
Hi Renzms, yes the black color behind the title.
I have seveal plugins but I am pretty sure I don’t use plugin add-on as far as I remember. Can you describe what could this add-ons about?
I used jetpack plugin, is this what you refering with add-ons?
-
This reply was modified 7 years ago by
M3.
Hi @musadiqmarhaban,
I’m referring to the premium add-ons of WP RSS Aggregator here: https://www.wprssaggregator.com/extensions/.
If you are only using the Core Plugin that is fine, I would just need to know if any of the add-ons are involved to test this on our end.
Thread Starter
M3
(@musadiqmarhaban)
Hi Renzms,
No, I don’t use and premium add-ons of WP RSS Aggregator.
Hi @musadiqmarhaban,
Ok, thanks for letting us know that. The next thing I would suggest is testing if this happens with another Feed Source. If it does, then I would then check for a theme/plugin conflict as documented here: https://docs.wprssaggregator.com/testing-a-themeplugin-conflict/
Thread Starter
M3
(@musadiqmarhaban)
Hi Renzms
I have tried your advice by deactivating all plugins, well of course excluding the maintenance plugin.
Here is the result.
Thank you
Hi,
This seems to be coming from the CSS of your Theme you are currently using.
Please see the following lines of your CSS to change the Block Title Color, or omit it altogether.
Starting on Line 10858 of your styles.css
file
.block-title a,
.block-title span,
.block-title label {
/* label is for jetpack */
line-height: 17px;
display: inline-block;
padding: 7px 12px 4px 12px;
background-color: #222222;
color: #fff;
}