Tagged: featured image slider
Hello friends,
I would like to change the look of a Featured Image Slider I have for news, for example I added a Custom ID Attribute (slidernews),
I would like to change the font to Roboto, bold.
Change the font size to 12.
Show the title at the bottom with the text shaded
Thanks,
Hey Junior,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hi,
Im sending you the link private,
Thanks
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#slidernoticias .avia-caption-title a {
font-family: 'Roboto';
font-weight: bold;
}
Best regards,
Rikard
Hi,
Thanks,
It is possible to show the title at the bottom with the text shaded ??
Hi,
Please try this CSS as well:
#slidernoticias .slideshow_align_caption {
vertical-align: bottom;
}
I’m not sure what you mean by shaded text, please try to explain that a bit further.
Best regards,
Rikard
Hello,
Added the codes to Quick CSS, but they don’t work, they don’t do anything, the other part I asked is to show the text with shadow background
#slidernoticias .avia-caption-title a {
font-family: ‘Roboto’;
font-weight: bold;
}
And this
#slidernoticias .slideshow_align_caption {
vertical-align: bottom;
}
Thanks,