- This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › IT Consultant Support › SKT Charity Pro – 4 section pictures
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
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
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
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
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
Do you want to migrate your Weebly account to WordPress but are afraid of the long technical process? Here are the multiple solutions. Though transferring […]
Are you looking for the best painting company WordPress themes? If so, you’ve landed on the right page for the painting company themes. This post […]
Document Management WordPress Plugins for File Management There are many document management WordPress plugins available online. Starting to open-source blogging software to a fully-fledged CMS […]