Viewing 1 replies (of 1 total)
  • Plugin Author kaser

    (@kaser)

    Hey albionbox,

    Thanks for using AK Featured Post,

    You can open up the ak_featured_post.php in the plugin editor and find the line that says <a href="<?php the_permalink(); ?>">

    You can use ctrl+f ( or cmd+f if you’re on mac ) and copy/paste that code and simply add your class.

    <a href="<?php the_permalink(); ?>" class="ak_featured_title">

    then in your css you can ad any styles to .ak_featured_title { }

    Please let me know if you have any other questions!

Viewing 1 replies (of 1 total)
  • The topic ‘How to style the title?’ is closed to new replies.