Hi Hivandhepatitis,
Please do as following:
– “Clone” a profile in “Profile Selection” list.
– Make your settings for this profile.
– Choose a theme in “Theme Selection” – notice: theme is folder name with path “modules/ja_newspro/tmpl/theme name/”
for example: “default”, “linear”,”pulse”..
– setting “colors” in the advanced settings, for example “97: purple”.
– Now, open file “style.css” in the theme folder, for example: “modules/ja_newspro/tmpl/default/”
then define new color as
.ja-zin .ja-zinsec.purple:hover .ja-zincat h3
{
background-color:purple:
}
.ja-zin .ja-zinsec.purple:hover h2 a
{
color:purple:
}
Or open the file “template.css” in the folder “templates/ja_teline_iv/css/”, then define new style as above.