Off-Canvas Font Size.. - Question | JoomShaper

Off-Canvas Font Size..

EG

Ed Grysiewicz

General 2 months ago

How can I increase the off canvas submenu font size?

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 months ago #159090

Hi

Thanks for contacting us. Could you please give me your site URL? So that I can check.

-Regards.

0
EG
Ed Grysiewicz
Accepted Answer
2 months ago #160461

targetingsmart.com

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #160466

Hi Ed.

For example by: Helix Template Options > Typography > Custom - where you have to use that class name:

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a

and select font + font-size

OR

By Custom CSS (Template Options > Custom Code > Custom CSS)

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  font-size: 1.4rem;
  font-weight: bold;
}

As I saw above CSS was used, probably by you or previous webmaster.

But for submenu items in Mobile Menu, you can use also that:

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a 
{font-size: 1.1rem; }

To get that view/size

info_2832_2024.jpg

0