-
AuthorPosts
-
October 26, 2016 at 10:47 am #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
October 26, 2016 at 2:13 pm #704297October 26, 2016 at 3:29 pm #704350October 26, 2016 at 3:37 pm #704358Hey!
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,
YigitNovember 2, 2016 at 11:23 am #707050Great !!!!
— 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;
}November 2, 2016 at 2:13 pm #707094Hi,
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,
YigitNovember 2, 2016 at 3:33 pm #707158Thanks a lot yigit !!!!!
I would like to decrease the space between the text and the button “lire la suite”, how can I do it ?
November 2, 2016 at 3:36 pm #707163Hey!
I cannot find such button on your homepage. Can you please post the link to your page where you have it? :)
Best regards,
YigitNovember 2, 2016 at 3:46 pm #707173now it’s ok !
November 2, 2016 at 3:49 pm #707174Hey!
Please add following code to Quick CSS as well
a.more-link { margin-top: 0!important; }
Regards,
YigitNovember 2, 2016 at 5:11 pm #707250Great !
thank you
November 2, 2016 at 5:16 pm #707254Hi!
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 -
AuthorPosts
- The topic ‘slider article’ is closed to new replies.