<em>@virtualdataspace 360538 wrote:</em><blockquote>I would like to know how can I modify the font size and color in the slogan line of the text style font? I have done some looking in the CSS but can not find it.</blockquote>
Hello,
Did you mean, you have changed Select logo type to Text in Template Manager in Back-end and want to know how to modify this text ?
If yes, then go to: <blockquote>templates/ja_rave/css/template.css</blockquote>
Add these lines:
#ja-header div.logo-text h1 a{
add_your_style_here_for_text_logo
}
#ja-header p.site-slogan{
add_your_style_here_for_text_slogan
}
Hope this helps