test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • karim1104 Friend
    #189914

    I’d like to change the default theme on my website http://www.tadawal.net/ahlan to light green.

    I tried doing that through the Template Manager by choosing JA Fixel – Home Green as default, but that didn’t work.

    Also, I’ll be using arabic font for the main navigation bar. How do I change the font?

    Thanks.

    Saguaros Moderator
    #503081

    Hi karim1104,

    Is there any other style, like JA Fixel – Home Green, existing in template manager? If yes, try to check the menu assignment section of its style, it maybe assigned to the menu item which you want to have Green theme.

    For the font in main navigation bar, you can change in LESS or CSS file

    – With LESS: you open file: templatesja_fixellessvariables.less, look for this rule:

    @TPLNWDemiBold: 'novecento_widedemibold', @sansFontFamily;

    change to your desired font and go to backend > compile less to css

    – For CSS: you can create a new file named: custom.css in /templates/ja_fixel/css folder and add your own css rule here:


    .t3-mainnav .navbar {
    font-family: your_desired_font;
    }

    Hope these help.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum