Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lndesigns Friend
    #200846

    Hi…

    I would like to change the color of the module suffix “highlight” (see screenshot)

    I have created a custom.css and put it into templates/ja_bookshop/css …. with this in it:

    .t3-module.highlight .module-title {
    background: ##CC6698
    color: #ffffff
    margin: 20px 0 0 -10px;
    padding: 10px 20px;
    display: inline-block;
    border-bottom: 0;
    }

    with the new BACKGROUND color to be #CC6698 … not that god-awful green that is used

    but it still won’t show. I have had the theme on development mode, not on development mode, did the whole less to css…. still not showing. Don’t know what else to do?


    1. bookshop-module-color
    chavan Friend
    #547465

    I have changed the code in custom.css to this.. this achieves the color change

    .t3-module.highlight .module-title {
    background: #CC6698 !important;
    color: #ffffff
    margin: 20px 0 0 -10px;
    padding: 10px 20px;
    display: inline-block;
    border-bottom: 0;
    }

    lndesigns Friend
    #547545

    Ah, crap! I should have THOUGHT OF THAT!!!!

    thnx so much!!!!!!

    it WORKS NOW!

    you rock!

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

This topic contains 3 replies, has 2 voices, and was last updated by  lndesigns 9 years, 7 months ago.

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