Home › Forums › IT Consultant Support › SKT Charity Pro – 4 section pictures
- This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago by
Forum Moderator.
-
AuthorPosts
-
August 27, 2019 at 4:59 pm #129562
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,
JackieAugust 28, 2019 at 2:09 am #129587Dear,
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,
JackieAugust 28, 2019 at 6:43 am #129612Hi,
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,
DaveAugust 28, 2019 at 1:13 pm #129640Hi 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,
JackieAugust 29, 2019 at 5:29 am #129665Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.