Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #842287

    I would like to affect three changes to the Post Slider.
    1) Center the font
    2) Make the font regular not bold
    3) Change the color to #999999
    Do you have some code that will make this work or point me to the tools to make these modifications.

    Thanks,

    #843111

    I would like to affect three changes to the Post Slider.
    1) Center the font
    2) Make the font regular not bold
    3) Change the color to #999999
    Is it possible to affect these changes on the captions below each entry?

    Thanks,

    #843715

    Hi,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Basilis

    #843732
    This reply has been marked as private.
    #844899

    Hi JeffDale,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av_section_2 .avia-content-slider .slide-entry-title {
        text-align: center;
        font-weight: normal;
        coLOR: #999999;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #845107

    It worked perfect.

    Thank you very much!!!

    #845244

    Hi! We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Modify attributes for the Post Slider’ is closed to new replies.