• Resolved Outerspection

    (@outerspection)


    The Service Description areas are too small. It seems it can be changed in the service content area but it does not work when you change it in the custom CSS area.

    Can someone offer the specific code to correct this area?

    }
    .service-content p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500px;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please provide the site URL.

    Or you can try it instead of above.

    .service-content {
        font-size: 13px;
        line-height: 20px;
        font-weight: 500px;
    }

    Save the changes.

    Note: If not works then use !important property like: font-weight: 500px !important;

    Thank You

    Thread Starter Outerspection

    (@outerspection)

    Thank you. I tried the above but it didn’t work. Any other suggestions?

    https://outerspection.com/davidcableproperties/

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Did you change font size 13 to higher?

    like

    .service-content p{
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
    }
    Thread Starter Outerspection

    (@outerspection)

    Yes and added it to the custom Css but it doesn’t change the area.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    I check your site in web console but didn’t found css that you put in css editor.

    Here is on thing more you can do in style.css file on line number 5096 alter css according to your need.

    .service-content p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
    }

    Save file. Now check your site.

    Thanks

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Did the above solution work for you?

    If not please clear cache.

    Thank You

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Enlarge very small font in service description area’ is closed to new replies.