Headline color

I am trying to change the color of the headline of https://www.decorad.com/ and it doesnt seem to work.
Could anyone help me?

Black text to white

Is there a way to make all white text black? And all other text colours brighter by a certain percentage?
I cant change the HTML only the CSS.

CSS background color on table (for website)

Hello there.

Maybe someone can help me out.

I unterstand, that with

CSS transition

I can put on a background color and ever change it on hover on a website.

.animebox {
background-color: honeydew;
transition:background 1s
}
.animebox:hover {
background-color: cornflowerblue
}
.anime {
background-color: cornflowerblue
}

But I am not able to get the desired image like in the image below:
https://drive.google.com/file/d/1c5CmmHm8a9FV8tIoUy23AnWzRLP9VE9M/view?usp=sharing

CSS & Wordpress

Hi all,

I was wondering if it is necessary to use classes in the Wordpress editor to make your css work.

Because right now I have this for the links:

#header a:link, #header a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover, #header a:active {
	color: #5dc0e3;
	text-decoration: none;
	font-weight: bold;
}
#ColumnMiddle a:link, #ColumnMiddle a:visited, {
    color: #F90;
    text-decoration: none;
}
#ColumnMiddle a:hover, #ColumnMiddle a:active, {
    color: #F90;
    text-decoration: none;
}

Is it possible to display a link text without changing its color ?

Hello.

When displaying a link text (<a...>text</a>) many browsers change its color and underline it.
I would like the color not to be changed, for a:link, a:visited and a:hover.

I know it is possible by redefining the color but this is not an easy solution if texts are displayed in many colors depending on whatever... For each possible text color a redefinition should be written.

So my question is : is it possible to inhibit the browser to change the color of a link. I have a begin of answer : a {color: inherit;} but this does not work for IE (6, 7, 8 at least).

Syndicate content