How do I Change The Image That is Located Next To Dropdown Menu On Celestia Template - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

How do I Change The Image That is Located Next To Dropdown Menu On Celestia Template

A

Andres

Template 6 months ago

How do I change the image that is located next to dropdown menu on celestia template! When you click the 3 lines menu on right top, the main menu drops down along with an image on the left, how do I change that image?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 months ago #190158

Hi Andres,

Replace/override that file >> templates/celestia/images/modal-menu.jpg (960x1080px)

then change file permission from 644 to 444.

OR

Use Custom CSS to override that class

.modal-menu-left {
  background-image: url("../images/modal-menu.jpg");  }
0
A
Andres
Accepted Answer
6 months ago #190173

It did work, Thanks a lot!

0