How To Create Helix Ultimate Article Override? - Question | JoomShaper

How To Create Helix Ultimate Article Override?

Igors

Igors

Helix Framework 1 year ago

Hi friends i need to crete separate from blog layout background for articles. Could you please tell how to create article override? I created custom class and added to menu and now blog layout is in gray colour but for articles i need body to be in white colour. Thanks

0
4 Answers
Pavel
Pavel
Accepted Answer
1 year ago #102824

Hi Igors.

Override will not solve your problem since it does not contain body tag.

But a simple CSS will help

.view-article.custommenu {
    background-color: #fff;
}
0
Igors
Igors
Accepted Answer
1 year ago #102831

Thanks Pavel. You saved me so many times.

0
Pavel
Pavel
Accepted Answer
1 year ago #102835

You are wellcome :)

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #102877

Hello,

Glad that all is good now:)

Thanks to both of you!

Best Regards

0