Hello - Under testimonial section the Testimonial and Blog title are not consistent.
Testimonial title is bold and centred - Blog title is regular font and left justified
How can I have both centred and regular font?
Testimonial/Blog Titles [Solved]
Moderator: forum_m
-
- Posts: 7216
- Joined: February 26th, 2015, 1:40 pm
Re: Testimonial/Blog Titles
Hello,
paste the below CSS in Custom CSS box and save -
.section5 h2 {
text-align: center;
font-weight: bold;
}
Thanks.
paste the below CSS in Custom CSS box and save -
.section5 h2 {
text-align: center;
font-weight: bold;
}
Thanks.
-
- Posts: 7216
- Joined: February 26th, 2015, 1:40 pm
Re: Testimonial/Blog Titles [Solved]
Your Welcome,
Let us know for further query.
Let us know for further query.