Hi,
How do you make the intro box or page title box smaller or thinner?
I want to make the gray box in this photo -- http://awesomescreenshot.com/0f3lm7l86 much smaller.
also, how do I change the font color for the page content?
thanks
(2 posts)
(2 voices)
Hi,
How do you make the intro box or page title box smaller or thinner?
I want to make the gray box in this photo -- http://awesomescreenshot.com/0f3lm7l86 much smaller.
also, how do I change the font color for the page content?
thanks
Hello,
Regarding your questions:
1) Go to the theme options panel and paste this code in the "Custom CSS" field:
#intro_inner {
padding: 15px 0;
}
2) In that same "Custom CSS" field, paste this other code:
body {
color: #000;
}
Replace #000 with your own color code.
Try those tweaks and let us know the results.
You must log in to post.