• The “extra_class” toggle only applies to the parent div:
    <div class="wppsac-slick-slider-wrp wppsac-clearfix fancybox-iframe">

    I need an actual CSS class for the “a href” component:

    		<div class="wppsac-post-content-left wp-medium-8 wpcolumns">
    					  	<h2 class="wppsac-post-title">
    				<a href="/sponsors/sample-sponsor-1/" tabindex="-1">Sample Sponsor 1</a>
    			</h2>
    								</div>

    “fancybox-iframe” is the CSS class that I need for the link, itself. Is there a way to do this, without me actually modifying the plugin’s core code?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Please go to our plugin template design file and add your needed extra class to our plugins design code file.( Design Code File: wp-content -> plugins -> wp-responsive-recent-post-slider -> templates )

    Note:- If you update the plugin in a feature then your changed core plugin file change will be lost.

    Please check and let me know if you anything else.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Need a CSS class on the link’ is closed to new replies.