• Resolved mariobuffon

    (@mariobuffon)


    How can I change font of the listing title? As you can see on my website it is going over edge of boxes? Is it possible to change size of the font, so it could be smaller and fit?
    THanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mariobuffon

    (@mariobuffon)

    Also, Can I make photo thumbail dimensions fixed, for example 200×150 for listings widget as is on my website homepage under slider?

    • This reply was modified 3 years, 11 months ago by mariobuffon.
    Plugin Author pluginsware

    (@pluginsware)

    Hi,

    Kindly add your CSS code in your theme’s style.css file or in the “Advanced CSS” option of your theme’s customizer panel and check.

    .acadp-listings-title-block  h3 {
          font-size: 14 !important;
    }
    
    . acadp-post-title   h1 {
          font-size: 14 !important;
    }

    Regarding the image dimension, “Advanced Classifieds and Directory Pro” uses the built-in upload system from WordPress. So, you can control the image dimensions (to reduce the image size) under “Settings => Media”. Kindly refer https://codex.www.ads-software.com/Settings_Media_Screen

    Thanks

    • This reply was modified 3 years, 11 months ago by pluginsware.
    Thread Starter mariobuffon

    (@mariobuffon)

    Hello,

    I have added code you posted to my style.css of theme, but font and size remain the same. Am I doing something wrong?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change font of listings title?’ is closed to new replies.