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!