Shape 5

Joomla Templates => Oasis - Club => : abdi7 March 03, 2016, 03:11:01 AM



: 'Color' atribute in <h1> !
: abdi7 March 03, 2016, 03:11:01 AM
Hello.

I have created a <h1> by using a '.class' and have chosen my desired values for attributes in custom.css.
It works well.
However, I am not able to change the color value.
It simply does NOT like it!!
(I have used;  color: #4d4d6f !important; )
How come?

Thank you.


: Re: 'Color' atribute in <h1> !
: mikek March 03, 2016, 08:25:16 AM
Hello,

Please post a url and mention the specific text. I would also suggest using Firebug to visually see what css is applying to the code.


: Re: 'Color' atribute in <h1> !
: abdi7 March 03, 2016, 12:45:31 PM
Hello.

URL: http://webcreationtips.com/newsite/articles/parallax-effect

Thank you.

P.S.
Firebug  refers to my <h1> in the article (<h1 class="myH1">).
I don't thoroughly master Firebog.
Is there any other info that I missing?




: Re: 'Color' atribute in <h1> !
: mikek March 03, 2016, 01:06:04 PM
Hello,

Your code would need to be like this:

#s5_component_wrap_inner h1.myH1 {
color:#000FFF !important;
}


: Re: 'Color' atribute in <h1> !
: abdi7 March 03, 2016, 02:55:57 PM

Great, thank you very much.