Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1284190

    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,

    #1284332

    Hey Junior,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1285216

    Hi,

    Im sending you the link private,

    Thanks

    #1285763

    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

    #1286126

    Hi,

    Thanks,

    It is possible to show the title at the bottom with the text shaded ??

    #1286320

    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

    #1288065

    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,

    #1288849

    Hi,

    Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.