• Resolved dianamoram

    (@dianamoram)


    Hi, I installed your plugin without any problem but I haven’t been able to figure out how to change some format elements. I included the shortcode on the Home page (right at the bottom) but I want to change the size of the picture displayed, the background into white and remove the button or change its format, so it looks like to the latest posts widget beside it.

    I am not a coder so I wouldn’t know which code to include for this or where.

    Thank you

    The page I need help with: [log in to see the link]

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

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Go to the “Additional CSS” part of the dashboard and add below CSS(Path: Admin Panel->Appearance->Customize->Additional CSS).

    .wpnaw-news-post .news-inner-wrap-view.news-clearfix {background-color: white !important; }
    .wpnawfree-plugin .news-col-2 .grid-news-thumb { height: 150px !important; }
    .wpnaw-news-post .news-content { padding: 10px !important; }
    .wpnaw-news-post .news-content-excerpt .news-more-link { display: none !important; }

    Let me know if you are any other queries.

    Thanks,

    Thread Starter dianamoram

    (@dianamoram)

    Hi Ketan, it worked great thanks a lot.

    There is only a small responsiveness problem, when the screen is too small the texts gets out of the box at the rigth. Is there any other code to prevent this?

    Thanks!

    • This reply was modified 5 years, 3 months ago by dianamoram.
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please add below CSS “Additional CSS” section.
    .wpnaw-news-post .news-content{ width: 87% !important; }

    Let me know if you are any other queries.

    If you like this plugin please give your important Rate and Review here…

    Thanks,

    Thread Starter dianamoram

    (@dianamoram)

    Hi!

    It’s perfect now! Thanks a lot!

    Best,

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    If you like this plugin please give your important Rate and Review here…

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change shortcodes format’ is closed to new replies.