Editing A Menu In A Kreativa Template - Question | JoomShaper

Editing A Menu In A Kreativa Template

Denis

Denis

Template 11 months ago

Hello! Please tell me where I can change the word - Menu (example on the screen), the Kreativa template, and how I can make changes to this menu in expanded form, change the font size, etc.

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #174582

Hi

Thanks for contacting us. You can follow this forum post below:

https://www.joomshaper.com/forum/question/34228

For font size you can use this CSS in your custom.css file

@media (max-width: 1699px) {
    #modal-menu ul.sp-megamenu-parent>li>a, #modal-menu ul.sp-megamenu-parent>li>span {
        font-size: 25px !important;
    }
}

-Regards.

0
Denis
Denis
Accepted Answer
11 months ago #174584

Thanks a lot!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #174706

You are most welcome. You can now close this post by accepting the answer.

0