Hi, I'm working on the css sheet to make my newsletter more readable.
I call up events in the newsletter using the JEvents module and the Joomla module.
As for the JEvents module, everything is ok, I worked in the custom view and in the style sheet with a result that satisfies me.
I can't customize the Joomla module. It seems there is no possibility to use a custom view and the css sheet does not affect this module.
I want to customize the title and date like JEvets form events (see screenshot)
Thanks for your help.


Hi,

I wanted to provide you with some guidance on adjusting the settings for your HTML elements and styling options in a more systematic manner.

Firstly, you can make use of the design panel located on the right side of the interface. By accessing this panel, you will have the ability to modify the settings for elements such as titles (e.g. h2). Any changes made in the design panel will be automatically reflected in the corresponding h2s within your email.

If you require further customization beyond what the design panel offers, you can utilize your own CSS in the custom style sheet of the email. This will allow you to add additional styling to meet your specific needs.

Lastly, if you are looking for even more control over the appearance of your add-on, you can create a custom view. However, please note that when using a custom view, you will no longer have access to the styling options provided in the design panel. Instead, you'll need to rely on your own coding skills to achieve the desired effects.

It's documented here: https://docs.acymailing.com/developers/customise-inserted-content#using-a-custom-view

In order to provide you with the most accurate assistance, it would be helpful if you could specify the features you are utilizing and provide more specific questions. This will enable us to better understand your requirements and provide tailored support.

Sorry, i appearantly misread your question. Can you share your css that is not working?

I used this css
/* css JEvent /
.content {
padding: 0.01em 50px !important;
}
.main_picture, img {
margin: 0 auto !important;
}
h1 {
color: #EA6809 !important;
text-align: center !important;
font-size: 26px !important;
line-height: 28px !important;
font-weight: 600 !important;
}
.mod_events_latest_first, center, h1 {
color: #EA6809 !important;
text-align: center !important;
font-size: 26px !important;
line-height: 28px !important;
font-weight: 600 !important;
}
h2 {
font-size: 22px;
font-weight: normal !important;
font-style: normal;
color: rgb(7, 4, 63) !important;
line-height: 1.6em !important;
text-align: center !important;
}
h3 {
font-size: 14px;
font-weight: 800 !important;
font-style: normal;
color: rgb(7, 4, 63) !important;
text-align: center !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.red_more {
text-align: center;
color: #ffffff !important;
}
.acymailing_readmore {
text-transform: uppercase;
border: solid #337FED 1px;
padding: 10px 27px;
text-decoration: none;
display: inline-block;
background-color: #EA6809; /
Green */
border: none;
color: #ffffff !important;
}
.acymailing_readmore:hover {
background-color:#f4a422;
color: #ffffff !important;
}
this css works for JEvents module but not for Joomla module
but the h1, h2 and h3 tags are not read by the joomla module

Hi,

I've created a custom view for the article and put this code in it: <h2>{title}</h2> When I add your css to the custom style sheet your css code is working fine.

Can you share the code for the custom article view as well?

If I send you the accesses can you enter the site and check my problem yourself?

You only can share information publicly here on the forum.

To provide you with the best assistance possible, I kindly request that you submit a support ticket through our website at https://www.acymailing.com/support/. Our team will be able to efficiently and effectively provide you with the assistance you need.

Please note that our ticket support is exclusively available for our customers with an active Essential or Enterprise license. If your license has expired or you are using the Starter version, we kindly invite you to renew or upgrade your license prior to opening your support ticket.

If I send you the accesses can you enter the site and check my problem yourself?

Please, open a support ticket as suggested.