Couple of questions about fixing the css in mini front page news on the home page

I would appreciate your help in giving me the css code to help:

1. How do I add a little space above the created date (below the title)
2. The news content inside the box looks a little blurry anyway to fix this?
3. Within the news content, I would like to change the link color and weight of the type - how do I do this?
4. Anyway to change the style of continuing after the news article ([...} I would just prefer (...) without the brackets.

thanks for your help!
10 years 1 week ago #1 by msgdesign

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

  • Posted by TemplatePlazza (5310) Offline
Hi,

1. How do I add a little space above the created date (below the title)

Please add this code to your template css file :
.mfp-date-author {margin-top:10px!important;}

The news content inside the box looks a little blurry anyway to fix this?

Please add this code to your template css file :
.minifrontpage-default .mfp-table-cell p {color:111!important}

Within the news content, I would like to change the link color and weight of the type - how do I do this?

Please add this code to your template css file :
.minifrontpage-default a.mfp-readon{
background:blue!important;color:red!important}

Anyway to change the style of continuing after the news article ([...} I would just prefer (...) without the brackets.

Please open the file root/module/mod_minifrontepage/helper.php with your favorite php editor, around lines 445 you will see this code :
$endText = (strlen($strip) > $limit) ? " [ ... ]" : "";
change that to
$endText = (strlen($strip) > $limit) ? "  ... " : "";
10 years 1 week ago #2 by TemplatePlazza

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

All your replies worked perfectly , except #3

3. Within the news content, I would like to change the link color and weight of the type - how do I do this?
(your reply changed the "read more" css).

I would like the links within the news content boxes (ie please see third box: "South Shore Dermatology Physic") to match the weight and line length of the other non-linked type. I plan to use only color to show the links.

thank you!
10 years 1 week ago #3 by msgdesign

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

No need to respond, I am planning on using another news module this time.
Thanks again
10 years 1 week ago #4 by msgdesign

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

  • Posted by TemplatePlazza (5310) Offline
ok no problem at all ;) have a nice day
10 years 1 week ago #5 by TemplatePlazza

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

Powered by Kunena Forum