MiniFrontpage: How put title into p

Hello,

I really need help. How can I put title () in above introtext in MiniFrontPage module?

I make two images; how my module look now, and how I need. Please help me!

Now: s18.postimage.org/jj0vh1u6h/now.jpg

Need: postimage.org/image/7ndmlvuaj/

Thanks for any help!
11 years 5 months ago #1 by Karnak

Please Log in or Create an account to join the conversation.

Hello,

What is the difference between the two images? They are look identical.
I'm not really sure what you try to get. Can you please be more detail?

Regards
11 years 5 months ago #2 by ronysyz

Please Log in or Create an account to join the conversation.

I would like to title of article to put in the gray box in addition to title and introtext.

Thanks for any help!
11 years 4 months ago #3 by Karnak

Please Log in or Create an account to join the conversation.

please try to edit background: #f0f0f0; become to background: none; modules/mod_minifrontpage/themes/default/assets/css/style.css
.minifrontpage-default .mfp-table-cell p {
	font-size: 90%;
	color: #666;
	padding: 10px;
	background: #f0f0f0;
	border-radius: 4px;
	box-shadow: inset 0px 0px 10px #eee;
	margin: 0 0 10px 0;
	text-shadow: 0 1px 0 #fff;
	line-height: normal;
}

then insert this css code background: #f0f0f0; in
.minifrontpage-default .mfp-table-cell-inner {
	margin-right: 10px;
}

so become to

.minifrontpage-default .mfp-table-cell-inner {
	margin-right: 10px;
background: #f0f0f0;
}
11 years 4 months ago #4 by ronysyz

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum