Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #622441

    Hi.

    I have not been able to find the answer to my specific problem in the forums (please correct me if I have missed something!) so I am opening this thread in the belief that it is not already covered.

    For some reson I cannot change the font size in the Easy Slider (not full witdh). If I enter the following tag in the quick style editor, in the admin interface, I can change font style but not the size:

    .avia-slideshow .avia-caption .avia-caption-title { }

    If I enter the code directly in the stylesheet in the “dynamic_avia”-folder I can change the font size but since that stylescheet is dynamically updated, that is no permanent solution.

    Could anyone please help me realize how I could permanently change the font size.

    The site is: http://frakka.se/
    Wordpress version: 4.4.1

    #622463

    Hey Prenko!

    can you please try the !important rule also?
    SO if you add

    .avia-slideshow .avia-caption .avia-caption-title {
    font-size: 20px !important
     }

    does that fixes the issue?

    Cheers!
    Basilis

    #622479

    That did the trick!

    Thanks a lot Basilis! You are my hero :)

    #622483

    Hi again.

    Is there a way to mark this thread as solved?

    Thanks,
    Prenko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change font size in Easy Slider’ is closed to new replies.