• I find that the type size is too small in the three featured content areas. The body type that is, not the titles. How can I make the type larger?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do you have a link to your website?

    Thread Starter Chelsea15

    (@chelsea15)

    It is in development right now.

    Go to below program and change size.
    wp-content/themes/minamaze/admin/main/options/02.homepage.php

    Variable is –
    $thinkup_homepage_section1_desc
    $thinkup_homepage_section2_desc
    $thinkup_homepage_section3_desc

    This will do just that, no need to edit theme file.

    .home #section-home h3 { font-size: 24px; }
    .home #section-home p { font-size: 24px; }
    .home .more-link.themebutton { font-size: 24px; }

    Put the code in Custom CSS option. If theme doesn’t come with this option, use Custom CSS plugin.

    Pls one more doubt, If we want to change description for same section 1, 2, 3 then where need to change.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Area Content Text Size’ is closed to new replies.