SKT Charity Pro – 4 section pictures

Home Forums IT Consultant Support SKT Charity Pro – 4 section pictures

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #129562
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Hi there,

    Can anyone help on the following issue.

    Four section pictures are TOO SMALL. HOW can i make them bigger?

    https://imgur.com/a/RLq05dt

    thank you
    regards,
    Jackie

    #129587
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Dear,

    Beside that Four section pictures, how can i change the Font type, color and size for Section 1/2/3/4/.. invidually. I would like to change them differently at each section.

    kindly help.

    URL : http://tzuchi.com.my/donation

    thank you
    regards,
    Jackie

    #129612
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .one_four_page .thumb_four_icon {
        width: 90px;
        height: 80px;
    }

    Regards,
    Dave

    #129640
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Hi Dave,

    Thanks for your fast response.

    no reply from you for another question, kindly help.

    Four section pictures, how can i change the Font type, color and size for Section 1/2/3/4/.. invidually. I would like to change them differently at each section.

    thank you
    regards,
    Jackie

    #129665
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    Kindly change font size, font color and font family as per your need

    .one_four_page:nth-child(1) a h4 {
        color: #000;
    	font-size:22px;
    	font-family: 'Merriweather', serif !important;
    }
    
    .one_four_page:nth-child(2) a h4 {
        color: #f00;
    	font-size:22px;
    	font-family: 'Playfair Display', serif !important;
    }
    
    .one_four_page:nth-child(3) a h4 {
        color: #ef73b0;
    	font-size:22px;
    	font-family: 'Pacifico', cursive !important;
    }
    
    .one_four_page:nth-child(4) a h4 {
        color: #59e2ff;
    	font-size:22px;
    	font-family: 'Roboto', sans-serif !important;
    }

    Regards,
    Dave

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.