- This topic has 4 replies, 2 voices, and was last updated 5 years, 2 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
Ready to showcase your next big event? Our Expo WordPress Themes turns your website into a digital showroom. Perfect for trade shows, conventions, and exhibitions, […]
Calling all mom bloggers! We’ve created a WordPress theme that’s as unique as your parenting stories. Beautiful, easy to use, and perfect for sharing your […]
Whether you’re hosting concerts, shows, or workshops, our Ticket Sales WordPress Themes make selling tickets a breeze. Built-in payment systems, seat selection, and event management […]