1. Turkenburg
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 06 September 2022
  5.  Subscribe via email
The Nina template is beautiful! The only thing I do not like are the gradients colors. It looks like titles are fading out.
Is there custom css that can undo this? Or is there a place in the template css that I can adjust?
Thanks for the help.

Wouter
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Wouter,

I recommend never touch any of the css files in the template css folder.
You can activate a custom.css file.
I have described how to do it here: https://www.joomla51.com/forum/j51-skylar-main-menu-push-to-leftside#reply-43463

I think in Nina its only the heading 4 (H4) that has this gradient colors, right?

The css for the H4 looks like this:

h4 {
display: inline-block;
font-size: 1.2rem;
letter-spacing: .5px;
line-height: 1.6em;
color: var(--h4-color);
background: linear-gradient(to left, var(--primary), var(--secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 0 2px rgba(0,0,0,0.1);
}


I would change it like this:

h4 {
background: none;
-webkit-background-clip: inherit;
-webkit-text-fill-color: inherit;
text-shadow: none;
}

and write this to the your custom.css.

Hope this helps.

Regards
Oliver
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Oliver,
Thanks for the advise and explanations. It helps a bit. With the custom css code that you propose, the h4 text turns black. That is not what I want: I like the #ffaa00 color that comes with the template but without thee fade into darker tones. Do you have a solution for that?
Kind regards, Wouter
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Wouter,
it would be helpful to get the URL to your site to see how it behaves.
Oliver
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok