Hi
I am trying to place a block of colour behind a special header on one page using
.page-id-4996 body .av-special-heading .av-special-heading-tag {
padding: 10px;
background-color: red;
}
but it only works if I take out the page id
What am I doing wrong?
regards
Richard
Hey Richard!
I get “Error establishing a database connection”, sorry. Please try using the code as following
.page-id-4996 .av-special-heading .av-special-heading-tag {
padding: 10px !important;
background-color: red !important;
}
Cheers!
Yigit
Hi Yigit
The all important !important…
“Error establishing a database connection”, yes my server is having major probs lately…think I might move to some where else.
Thank you..
Richard