Okay
  Public Ticket #2582431
the navigation doesn't work
Closed

Comments

  • Pae4128 started the conversation

    Hi,

    as I attached the picture, when I press to the category keyword, it doesn't work. how to fix this?

  •  850
    Jelly replied

    Hello,

    The problem is in text encoding. Could you go to wp-admin > Works > Type > change Slug to English words?

    Best Regards,
    Jelly Team

  • Pae4128 replied

    just only English? 

  •  850
    Jelly replied

    Only for Slugs, but Titles can be in any language you want.

    Best Regards,
    Jelly Team

  • Pae4128 replied

    thank you so much, it's work now.

    one more question, if I want to make words on this menu little more bigger, how to do that please?

  •  850
    Jelly replied

    Hello,

    Add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    .navbar li .dropdown-item, .navbar li .nav-link { font-size: 16px !important; }
    

    Best Regards,
    Jelly Team

  • Pae4128 replied

    I mean this one. I want to make the font more bigger please

  • Pae4128 replied

    I want to change the theme background color from turquoise blue to grey, how to change it?

  •  850
    Jelly replied

    Hello,

    Add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    .filters { font-size: 20px !important; }
    

    Please open Edit Jellytheme Section and change the background there: https://tppr.me/1ejCr

    Best Regards,
    Jelly Team

  • Pae4128 replied

    thanks for your replying.

    what about background color in work section, I haven't see any function to edit

    here's the link

    https://anyadesign.co.th/projects/aroma-set/

  •  850
    Jelly replied

    Please add this code to Appearance > Customize > Additional CSS or at the end of style.css:

    .content-page { background-color: grey !important; }

    Best Regards,
    Jelly Team