Hi Guys,
Is it possible to have only 1 one page different heading colors from the blog articles than others?
I have tried different codes but it didnt seem to work. I tought i could fix it with this code:
.postid-3064 .avia-content-slider .slide-entry-title {
font-size: 0.8em;
line-height: 1.4em;
margin: 0;
color: white;
}
or .avia-content-slider .slide-entry-title .postid-3064 {
font-size: 0.8em;
line-height: 1.4em;
margin: 0;
color: white;
}
There is only 1 page that needs to be black and the rest is white. See private.
Thanks again guys!
I did this now:
.avia-content-slider .slide-entry-title {
font-size: 0.8em;
line-height: 1.4em;
margin: 0;
color: white;
}
.page-id-54 .avia-content-slider .slide-entry-title {
font-size: 0.8em;
line-height: 1.4em;
margin: 0;
color: black !important;
}
.page-id-3677 .avia-content-slider .slide-entry-title {
font-size: 0.8em;
line-height: 1.4em;
margin: 0;
color: black !important;
}
And it seemed to work out of the no where.. Maybe i did something wrong but to me it looks like its working now.
Hi Angelo,
We’re glad that it works! :) Do you need further help with this, or can we close this thread?
Best regards,
Sarah
Yes you can close it! thanks