• Hello!

    I want to change the size of the description text of the 4 columns of the presentation page and I don’t find where. I don’t want to change the title’s size, only the description.

    Thnak you!!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • If it’s not editable through the WP dashboard …
    It’s CSS
    w3schools.com

    I am interested in this as well. More so color than size. But both really.

    And I know its CSS… just not sure WHERE in the stylesheet this is or how to find it.

    Thanks

    I am interested in this as well. Any possible insight from someone who’s digged in or one of the devs?

    around line 2500 in the style.css, I think this is what you need to look for. Now, can you help me find out how to make the “extra text” above and below slider smaller? I can’t access the html code in the php file..is there another way?

    /* Front page columns */

    #front-columns {
    display:block;
    width:auto;
    float:none;
    margin:0px 30px;
    overflow:hidden;
    padding-top:20px;
    }
    .column-image {
    width:100%;
    display:block;
    background:#CCC;
    margin-bottom:10px;
    overflow:hidden;
    border:1px solid #EEE;
    box-shadow:0 0 3px #333;
    }
    .column-text {
    text-align:justify;
    }
    .column-image img {
    width:100%;
    height:100%;
    }
    #front-columns h3 {
    font-size:20px;
    margin:7px 0;
    }
    .columnmore {
    font-size:14px;
    text-align:right;
    padding-right:10px;
    margin-top:10px;
    }

    Thread Starter hbn

    (@hbn)

    I ‘ve already changed the size! but sorry I can’t help you. Have you tried in “mantra setting” , Presentation page” , “extra”?

    You can make the usual css changes in the theme-frontpage.php editor. I needed to make the same types of changes and was able to do so there!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change font Presentation Page columns’ is closed to new replies.