Customization Of Investa Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Customization Of Investa Template

BB

Bruce Button

Template 2 years ago

I would like to know how to customize certain aspects of the Investa template. Specifically, I would like to know how to customize —

  1. the background for the title of the articles (at the moment it is a dark image with some patterns on it;

  2. the pages for registration and login.

I don't necessarily need a lot of detail, but at least a few pointers as to how best to go about this. For example, is it best to use a template override, or is CSS adequate?

A little information on how those pages were created in the first place would also be useful.

Thank you in advance!

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #138574

Hi there!

Thanks for reaching out to us.

Please use the following customm CSS to change the top image in article details pages:

.com-content.view-article #sp-main-body .article-details-intro {
    background-image: url(../images/page-title-bg.png);
        }

Please use your desired image link in the URL there.

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
BB
Bruce Button
Accepted Answer
2 years ago #138882

Thank you, Rashida. That is helpful.

Best regards Bruce

0