Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #704207

    Hi

    on my homepage there is a “slider article”.
    I would like to decrease the fontsize for the titles : “Sortie plongée pour les élèves de Bosco aux Oursinières”, “Zoom sur la Médiathèque Départementale du Var” …
    How can I do ?

    Also with the slider article, I would like to remove “comments” but keep the “date of the article” under the text
    How can I do ?

    Thanks for your help

    #704297

    Hi!

    Can you please post the link to your website? :)

    Regards,
    Yigit

    #704350

    Here

    #704358

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_elegant-blog .avia-content-slider .slide-entry-title {
        font-size: 18px!important;
    }
    .slide-meta-comments, .slide-meta-del {
        display: none!important;
    }
     .html_elegant-blog .more-link{
    	margin:30px auto 20px auto;
    }

    Regards,
    Yigit

    #707050

    Great !!!!

    — If i want to increase the size to 20 i have to return quick css and write ? :

    .html_elegant-blog .avia-content-slider .slide-entry-title {
    font-size: 20px!important;
    }

    — for what is this setting ? :

    .html_elegant-blog .more-link{
    margin:30px auto 20px auto;
    }

    #707094

    Hi,

    1- Yes, you should simply increase font size value to 20px :)
    2- Read more button was cut off, that part of the code fixes it :)

    Let us know if you have any other questions!

    Best regards,
    Yigit

    #707158

    Thanks a lot yigit !!!!!

    I would like to decrease the space between the text and the button “lire la suite”, how can I do it ?

    #707163

    Hey!

    I cannot find such button on your homepage. Can you please post the link to your page where you have it? :)

    Best regards,
    Yigit

    #707173

    now it’s ok !

    #707174

    Hey!

    Please add following code to Quick CSS as well

    a.more-link {
        margin-top: 0!important;
    }

    Regards,
    Yigit

    #707250

    Great !

    thank you

    #707254

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘slider article’ is closed to new replies.