By Marcel on Friday, 16 September 2016
Posted in General
Likes 0
Views 260
Votes 0
Hi guys,

as some of my entries i've larger text amount. Hence, i would like to increse the fonts-size and the linie-hight. I use the wireframe theme. Analyzing the page with webmaster tools showed me, that more or less all fonts-properties in teh main text field are inherited from the master Joomla template. In my case this yootheme master 2, which again is based on uikit. Of course i can change the above mentioned properties in the master-css file of yootheme. However, than all the text is effected, meaning the sidebar module etc. However, i just want to adjust the mainpage-textsystyle. Do youn see any chance to do this, without touching other modules?

Thanks Marcel
Try check my attached screenshot below and see is it what you want?

If yes, you have to apply following css into this custom css file.

JoomlaFolder/templates/yoo_master2/css/custom.css

div#fd.eb .eb-entry-body {
font-size: 25px !important;
line-height: 2em !important;
}
·
Friday, 16 September 2016 21:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

again many thanxs for this ultra-fast support! Works perfectly. Exactly what i needed!

Marcel
·
Saturday, 17 September 2016 02:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Saturday, 17 September 2016 11:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post