• Resolved mrpatel

    (@mrpatel)


    Hello mrwweb
    It is indeed an awesome plugin. Really very useful.
    As far as question is concerned, the tilte says it all :-). How can I add border around the featured pages. I am new to wordpress and dont have much experience with coding. It would be of great help if you could point me in the right direction. I am currently using it on this site.
    Regards
    Mrpatel

    https://ww.wp.xz.cn/plugins/feature-a-page-widget/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mrwweb

    (@mrwweb)

    Hi @mrpatel. Glad you like the plugin.

    Your request is for a CSS modification that is outside the scope of the plugin. I’m marking this as resolved but here are a few hits.

    1. You’ll need to find some way add a CSS rule to your site either via a “child theme,” a plugin (like the Jetpack Custom CSS Module), or some other way (some themes come with a custom css box). Whatever you do, just don’t directly modify your theme!
    2. I can’t know exactly what CSS you’ll need, but it might look like this:
      .widget_fpw_widget {
        border: 1px solid #333;
      }
    Thread Starter mrpatel

    (@mrpatel)

    Hello mrwweb
    Thanks for the quick reply. I will try to use jetpack custom CSS module and see how it goes. Other thing I wanna ask you is that the page title doesn’t contain the link to the page. Instead, the featured image contains the link. Here is the page I am talking about. Is it possible to add a link to the page title?
    Thanks in advance for the help. And thumbsup for this useful plugin 🙂
    Regards
    mrpatel

    Plugin Author mrwweb

    (@mrwweb)

    Have you made any changes to the output template?

    Thread Starter mrpatel

    (@mrpatel)

    Nope, I havent made any changes. Simply installed the plugin and selected the pages which I wanted to feature.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding borders around featured pages’ is closed to new replies.