Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mrif Friend
    #1093679

    Good Evning could you please help me to change the homepage color style from (default) white to any other color ? i couldnt find it in

    root/templates/ja_magz_ii/less/style.less Thank you

    • This topic was modified 6 years, 2 months ago by  mrif.

    1. Screenshot_2-1
    Saguaros Moderator
    #1093807

    Hi,

    You can try to inspect element in Chrome or Firefox browser, right click on the header section, you can see where its style is declared: http://prntscr.com/ijr1vw

    It locates in the file: root/templates/ja_magz_ii/less/style.less

    You will see this rule:

    // 
    // HEADER
    // ---------------------------------------------------------
    
    .t3-header {
      background: @white;
      border-bottom: 1px solid @t3-border-color;
      display: table;
      position: fixed;
      height: 120px;
      top: 0;
      left: 0;
      width: 100%;
      z-index: @zindex-navbar-fixed;
      .transition(height 500ms);
    
    etc

    the background is set with white color, this variable is declared in variables.less file: root/templates/ja_magz_ii/less/variables.less

    You can check the same with other elements.

    Regards

    mrif Friend
    #1093853

    hello
    i want to explain what i want

    at the home page ( the firstpage – default color )
    now the color is white (tranparent ) and the font is blue( picture1 )

    i want the color to be " red " and the font to be Red as in ( pitcture 2 )

    thank you


    1. 1-1
    2. 2
    Saguaros Moderator
    #1094169

    Hi,

    You can try going to the ‘Home’ menu item in backend > Page Display tab and add cat-red for Page Class option: http://prntscr.com/ikbjjz

    mrif Friend
    #1094194

    saguaros
    you are the best
    it work ,s
    thanks

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

This topic contains 4 replies, has 2 voices, and was last updated by  mrif 6 years, 1 month ago.

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