Can't Identify Header Or How To Edit It? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Can't Identify Header Or How To Edit It?

N

Neil

Template 1 year ago

Using Investa with Joomla 4.4.0

On the blog section of the site I have edited the Site Modules customise the header at article-top, but when the user clicks thgouth to the individual blog articles, they have another header (the one that came with the template).

I can't see what module is loading to be able to change it or customise it?

Would welcome some advice please?

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #140053

Hello Neil,

Thanks for reaching out to us.

Did you mean the background image of the article details page? Here is the custom code for the backgound image you need to put into the custom CSS:

.com-content.view-article #sp-main-body .article-details-intro {
    background-image: url('www.future.org.uk/images/2023/11/10/ncllogo-background-dark.png');
}

Please use your desired image link in the above code to change it.

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
N
Neil
Accepted Answer
1 year ago #139948

I updated the above question to make it a bit clearer - hopefully someone can help?

0
N
Neil
Accepted Answer
1 year ago #140304

Thanks - that got me on the right track. I unpicked the style from the main blog list and realised that I could copy this across. Since upgrading HELIX it seems to have broken a few things.

.com-content.view-article #sp-main-body .article-details-intro { background-image: url('https://www.future.org.uk/images/2023/11/10/ncllogo-background-dark.png'); background-position-y: 100%; background-position-x: 50%; background-color: rgb(28, 39, 42); background-size: contain; background-repeat: repeat-x; }

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

You are always welcome and glad that it helped:)

Have a nice day!

0