Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • manul Friend
    #191786

    I am using ja_fixel – Home Blue template, default layout and megamenu.
    1. I want to change the color of active options in the megamenu
    2. I want to change the background color for the front page articles from black to another color

    How can I do this?


    1. q2
    TomC Moderator
    #510630

    So that I can try to best assist you, please provide the url of the site you’re working on,
    as well as temporarily set your site to “Development Mode” within your Template Manager–General settings

    phong nam Friend
    #510675

    Hi manul,

    You can create a custom.css file at templates/ja_fixel/css/ path and put below override css styles into:

    /*The color of active options in the megamenu*/
    .t3-mainnav .navbar .nav > .active > a:after {
    background: red !important;
    }

    /*The background color for the front page articles f*/
    fixel-grid .items.text article {
    background: #fff;
    }

    You can change the corresponding color i noted inside codes above.

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

This topic contains 3 replies, has 3 voices, and was last updated by  phong nam 10 years, 6 months ago.

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