Background Color For The Title Area - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Background Color For The Title Area

C

copycat

General 1 year ago

Is there any possibility in Helix3 Page Title to change the background color of the title or to set a banner instead of some background color? https://lpz.bitcentar.hr/index.php/info-tocka/zene-u-poduzetnistvu Whatever color I choose in the Background color section, it always remains this green. Also when I select Background Image it is only visible in the background. https://www.joomshaper.com/joomla-templates/educon how to remove the green color of the background so that only the banner remains visible?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #167943

Hi,

This is default "Green" Style from preset4.css file:

.event-callto-action .sppb-addon.sppb-addon-cta::before, .course-callto-action .sppb-addon.sppb-addon-cta::before, .sp-page-title::before {
  background: rgba(20,115,95,0.95);
}

Use different bg color code (RGBA) and override using Custom CSS in Template Options.

In CSS background color can be also transparent. Read more about that in CSS guides/books.

0
C
copycat
Accepted Answer
1 year ago #168004

thanks

0