Hi
How do I increase the font size for the text beneath "Our Portfolio"
If you do not have already in this folder /templates/ja-onepage/css/ a file named custom.css then make a new one and add to it
.onepage .section-subtitle {
font-size:20px!important;
}
you can change px as you wish
How do I edit the text beneath "Our Portfolio". It’s not in the module.
Open this file /language/en-GB/en-GB.tpl_ja_onepage.ini and change text
TPL_SUBTITLE_OUR_PORTFOLIO = "Below are some of our best design works we have done for clients."
How do I change the font to "black". The words are in white.
in the same custom.css file add
.portfolio .ja-cp-main .ja-cp-group .ja-cp-intro {
color:#000!important;
}
Regards