Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1225692

    Hi the title in the easy slider is not working with CSS. I have tried the solution of a number of posts including this one

    I have resorted to inline styling. However, I would like to set the font-size variation for mobiles and the “Caption Title Font Size” is not responsive.

    The caption is styled without any issue.

    Tried clearing cache and browser data and purged. other changes are being pushed effectively.

    Thanks

    #1225696

    Hey demicoli00,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1226034
    This reply has been marked as private.
    #1226035
    This reply has been marked as private.
    #1226193
    This reply has been marked as private.
    #1226257

    Hi demicoli00,

    Thanks for giving us admin access.
    I have duplicated your homepage (link in private content), then removed the h2 with inline attributes in the slide title and I could see font sizes working properly even in the mobile version.
    I’m not really sure if I understood the issue but I could see it working properly, can you tell us maybe what you’re trying to achieve?

    Best regards,
    Nikko

    #1226329

    Hi thanks for this.
    Now what I’m trying to achieve is to text transform the title from Uppercase to Capitalise.

    In the test homepage that was created by yourself I tried the following CSS but it is not working.

    .av_slideshow .avia-caption .avia-caption-title {
    text-transform: capitalize;
    }

    #1226367

    Hi,

    I added following code to bottom of Quick CSS field

    .avia-caption-title {
        text-transform: capitalize !important;
    }

    Please review your website :)

    Best regards,
    Yigit

    #1226376

    It worked. thank you. I was missing the “!important”.

    Regards,

    #1226380

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Easy Slider Title CSS not working’ is closed to new replies.