• Hi,

    I have configured flexible recent posts as follows at present

    <div class="frp-left">
    	<a href="[frp_link]">[frp_thumbnail size="115x115"]</a>
    </div>
    <div class="news-widget-info">
    	<div class="news-widget-title">
    		<a href="[frp_link]" class="news-widget-link">[frp_title]</a>
    	</div>
    	</div>
    <div class="frp-clear"></div>

    Can anybody tell me if it would be possible to change the color of the title-text (which is defined as a link to the respective post)?
    I would like to change ONLY the color of THIS link in flexible recent posts leaving my css-files unchanged.

    Thank you for your time

    S

    https://wordpress.org/plugins/flexible-recent-posts/

Viewing 1 replies (of 1 total)
  • Plugin Author Paul Annekov

    (@thesteelrat)

    Try this (change color code near the #):

    <div class="frp-left">
    	<a href="[frp_link]">[frp_thumbnail size="115x115"]</a>
    </div>
    <div class="news-widget-info">
    	<div class="news-widget-title">
    		<a href="[frp_link]" class="news-widget-link" style="color: #2bffb1">[frp_title]</a>
    	</div>
    	</div>
    <div class="frp-clear"></div>

Viewing 1 replies (of 1 total)
  • The topic ‘change color of the title’ is closed to new replies.