Hello, I installed the JA Content Listing module from the Blockk template in the sidebar-1 position of the Focus template, which we will use. It is the LATEST NEWS module. However, the typology styles for texts and links (type, size, color) are different, as well as the colors of title links, capital letters and threads in the module title. Would it be possible to adjust this to make everything the same as the default used by the Focus template modules? This is the module id492 "ULTIMAS NOTICIAS" - Please see the image below.
Thanks in advance!!
Module JA Content Listing with Focus template modules styles
pugliesijr Hi
I added this custom css for you:
/*JA Content Listing*/
.jacl-layout.newTitle .category-listing ul li:first-child a {
padding: 23px 0;
margin-bottom: 0;
line-height: 1;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
}
.jacl-layout.newTitle .jacl-item__title a {
color: #222222;
}
.jacl-layout.newTitle .jacl-item__introtext {
font-family: 'Noticia Text', serif;
color: #666666;
margin-bottom: 12px;
}
Please note that these kinds of customization is available for Developer / Ultimate developer memberships only so in the future, I recommend you to use Inspect Element in your web browser and customize style as you wish: https://developer.chrome.com/docs/devtools/css