Dear team,
is there a possibility to change the font size of a certain classic feature list?
I’m talking about feature list in the green section on the Main page.
Thanks a lot for your help!
Dear team,
is there a possibility to change the font size of a certain classic feature list?
I’m talking about feature list in the green section on the Main page.
Thanks a lot for your help!
Hi there,
Please add a class to the Featured List element then add this code in the custom CSS (the code below assumed that the class you have added is the-list):
.the-list .x-feature-box-content {
font-size: 2em;
}
Feel free to change the value of the font size in the code.
Hope this helps.
Hi Jade,
thanks for that code and for your help!
I implemented it with the class .the-path
Within cornerstone now the font size changed, but on the website itself, it is still like before.
It doesn’t work.
What else could I add to the code?
Hi there,
It seems that you were not able to add the the custom CSS.
I went ahead and added it in the global CSS panel and the feature list font site is larger now. Feel free to change the font size of the code.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.