• How to increase the FONT SIZE of property details page. Right now the details on property listing page look small in size. Can you please tell where/which dir/file/location needs to be changed. I guess CSS with some font size px Just let me know thanks

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Path: … / wp-content / plugins / essential-real-estate / public / assets / css / single-property.css
    With Province / State and City / Town, you add code ” font-size: ?px;” under line 722:
    http://prntscr.com/oisgkt
    For the rest of the information, you add code ” font-size: ?px;” under line 344:
    http://prntscr.com/oishsc

    Thread Starter webvalue

    (@webvalue)

    OK Great so you mean those 2 changes at lines: 722 & 344 to be made in single-property.css file. OK i have made those changes. Should i minify the file and update in single-property.min.css?
    Thanks

    Thread Starter webvalue

    (@webvalue)

    i guess minify is required and i did it. But even after making those changes as suggested i still see no font change i tried with crtl+F5 as well to reload but it shows same font size Just let me know thanks

    After adding the code ” font-size: ??? px” under 2 lines 722 and 344. You need minify the file and update in single-property.min.css
    http://prntscr.com/oivouh

    Thread Starter webvalue

    (@webvalue)

    Great it worked. We missed a semi-colon ‘;’ at the end of font-size. That’s the issue. Everything looks good but the Property Description text font size still appearing the old way in small size. Which line needs to be added the font-size code as we did above? Just let me know thanks for your quick response
    https://ibb.co/8jzHcs5
    Thanks

    Hi webvalue !
    With Property Description. Please add the code below to the directory and remember minify this file
    http://prntscr.com/oj69p9
    Path : …\wp-content\plugins\essential-real-estate\public\assets\css\single-property.css

    Thread Starter webvalue

    (@webvalue)

    Hi there
    1) I made those changes but it reverted to the old font size showing no change in font size for property description/address/overview section details. I refreshed with Ctrl+F5 and checked also but no change. This with adding new property-description font size as you said.
    2) But when i checked to see if it shows a bigger font size like before without adding property-description and adding font size code under 342/722 as you suggested, it still shows the same old font size without any bigger font. Don’t know what happened it is showing old font size. But it showed a bigger font before which disappeared now. Checked with Ctrl+F5 also in this case.

    Any idea what went wrong? just let me know thanks
    https://prnt.sc/oj8fil

    • This reply was modified 4 years, 8 months ago by webvalue.

    You need minify the file and update in single-property.min.css

    Thread Starter webvalue

    (@webvalue)

    Yes already minified but still showing small font. Earlier it was fine but now after making this property-description change it reverted to old size font. If you want i can show you the files please let me know thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Property Listing Details -Font Size’ is closed to new replies.