Hi Guys, I want to control the text size and styling within the mini content area more. I would also like to delete para space and change padding of text area to make it all a little tighter. Do I need to create custom css for this, or can I adjust certain areas if so where?
Thanks for your help
Rob
Customise mini content area on Welcome page
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
in your custom.css add this to adjust all that. The first part is the area in general, the second part is specifically for your text and the third one is for your heading and the last one resizes the general padding.
.entry-mini { color: #FF0099; font-size: 20px; } .entry-mini p { line-height: 20px; margin-bottom: -10px; } .entry-mini h1 { color: #B6B6B6; font-size: 100px !important; } .entry-mini .box { padding: 0; }Posted 1 year ago #
Reply
You must log in to post.














