• Resolved bowtie

    (@bowtie)


    Hello, there isn’t a link to the website yet because I always install and test everything locally first. I made a screenshot so you can see what I’m looking for. When someone posts an article, the font is simply too small. However, I can’t find a solution to change the font size.

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

    (@gwin)

    Hi,

    this usually happens when the <body> tag has a small font-size set then the fonts do not scale properly in the adverts pages, most of the time you will be able to fix it by adding the below code in the wp-admin / Appearance / Customize / Additional CSS panel

    html, body {
    font-size: 16px;
    }

    If this will not work postfix 16px with !important keyword like this font-size: 16px !important;

    If none of this will work then it would be best if you could put the website online so i can take a look at it as this might be some different issue (or the same issue with a different fix). If the theme your are using is a free one you can also let me know what is the theme name and i will try it on my dev site.

    Thread Starter bowtie

    (@bowtie)

    Hello,
    html, body {
    font-size: 16px;
    }

    and the problem is solved. ?? Thank you very much for your help.

    I have one more question. Is there a way for customers to communicate with each other via our website rather than email? Like on eBay, for example.

    • This reply was modified 4 months, 4 weeks ago by bowtie.
    Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    i am afraid we do not have such option built-in, you would need an integration with BuddyPress (https://wpadverts.com/extensions/buddypress-integration/) for this, or some kind of customization to integrate with third-party private messaging plugin.

    Thread Starter bowtie

    (@bowtie)

    Alright, thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.