• Resolved haydenkracke

    (@haydenkracke)


    I try and change the Font size and it doesn’t change. I increase the size and it shows correctly in the preview but never the same when put on the site. I refreshed all the pages and made sure they are all saved, but it makes no difference

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

Viewing 1 replies (of 1 total)
  • Plugin Author biplob018

    (@biplob018)

    I see as there have some custom css into your sites from your page builder. so you need to add custom css to solved this issue.

    .image-ultimate-hover-3 .iheu-info h3 {
    font-size: 35px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
    line-height: 120% !important;
    font-family: “Roboto” !important;
    }
    .image-ultimate-hover-3 .iheu-info p {
    font-size: 25px !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    line-height: 120% !important;
    font-family: “Open Sans” !important;
    }

    Also kindly set manually as change per style. for example i modify this code for style 3. if you want to make more kindlt change 3 to your current id.

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t change font size’ is closed to new replies.