How To Change Main Titles And Logo In Unfold Template - Question | JoomShaper

How To Change Main Titles And Logo In Unfold Template

L

Laurent

Template 2 days ago

Hello

Can you please tell where and how i could change titles into the main page of Unfold template ?

I would like to modify title 1 and title 3 and also would like to change the color of burger menu

Is there a way to place a small logo there and also a title on the top leff hand site ?

https://prnt.sc/_Br0JYJr9ns0

Many thanks,

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day ago #231401

Hi Laurent,

About logo

If you install quickstart you will see only one, main logo (3), the first one (1) is only on our demo. You can change site logo in any template using the same steps: Template Options > Basic > Logo > upload & choose > Save . You can use logo (png, jpg or svg).

About color of burger menu

Simple Custom CSS is needed, example:

#modal-menu-toggler, .logo-image svg #primary {
  background: yellow; }

Unfold is based on Helix template, that's why general Documentation is also for it. https://www.joomshaper.com/documentation/helix-framework

0