Latest News Extended

Hi,

Can I change the font and font colour that is used via the module manager?

Thanks
6 years 4 months ago #1 by Chris Wilde

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

Also the font size?
6 years 4 months ago #2 by Chris Wilde

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

  • Posted by TemplatePlazza (5263) Offline
Hi, the module will follow your template style. And for the font size, you can change the item title's tag from the module parameter. You can change it to H1, h2, h3 or h4
6 years 4 months ago #3 by TemplatePlazza

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

Thank you. So I paid for and downloaded the module. It's great, exactly what I need but i still have a couple of questions. In regards to the colour of the text, I'm using the Protostar template and the only text colour that I can change is the Read More sign. Is this the limits when using this template? I.e. the heading are in light blue, the main text is black.

When I have the Show Intro Article Thumbnail and/or Show Other Item Thumbnail(s) set to SHOW, I get the following errors messages above the module on the website, repeated six times:

Notice: Undefined property: stdClass::$image_intro in C:\xampp\htdocs\modules\mod_latestnewsxtd\mod_latestnewsxtd.php on line 79
Notice: Undefined property: stdClass::$image_fulltext in C:\xampp\htdocs\modules\mod_latestnewsxtd\mod_latestnewsxtd.php on line 80

I am testing the module on a local test, therefore it is not live to share the link. Thanks for your help.
6 years 4 months ago #4 by Chris Wilde

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

  • Posted by TemplatePlazza (5263) Offline
Hi,

Thank you. So I paid for and downloaded the module. It's great, exactly what I need but i still have a couple of questions. In regards to the colour of the text, I'm using the Protostar template and the only text colour that I can change is the Read More sign. Is this the limits when using this template? I.e. the heading are in light blue, the main text is black

I'm asumming you are trying to change the color via css. To change the heading you can try to add this css code :
.ac h2.title, .ac h3.title, .ac h4.title, .ac h5.title, .ac h6.title, .ac h2.title a, .ac h3.title a, .ac h4.title a, .ac h5.title a, .ac h6.title a {
color: red;}
and for the main text use this :
.ac p {
color: blue;}

When I have the Show Intro Article Thumbnail and/or Show Other Item Thumbnail(s) set to SHOW, I get the following errors messages above the module on the website, repeated six times:

Those php notice message (it's not an error) is actually because the latest articles you have don't have image. It will dissappear once you already have image or when you have set the Error Reporting to None in the Global Configuration page.
6 years 4 months ago #5 by TemplatePlazza

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

Thank you for all of your help, I know have exactly what I was after.
6 years 4 months ago #6 by Chris Wilde

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

Powered by Kunena Forum