Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sunnyjey Friend
    #190400

    Hi I would like to display information like info, help, location, newsletter, like in template Hawkstore in the Fixel template.

    I have duplicated spotlight-2 and created new spotlight-1 with positions footer-1, footer-2 etc.

    Now I have to render exact CSS with white color of module heading, dark background and padding of menu modules similar to that Hawkstore. What CSS needs to be copied into custom.css folder ?


    1. hawkbootm
    Saguaros Moderator
    #504993

    Hi sunnyjey,

    You can make change easily by using Google chrome inspect element or Firebug for Firefox. What I usually do is set Optimize CSS in Template manager to No, then hover on any html element (heading, title, ..) you want and right click on it and then click on inspect element, it will show you which CSS class it is using and which CSS file and the path to this element on the right side. Then you can apply to custom.css file

    saswiss Friend
    #505063

    Hi sunnyjey,

    would love to hear how you managed this! I’m interested to do something similar too, but my programming skills are non-existing:((

    sunnyjey Friend
    #505107

    Dear Saguaros Thank you for replying. As per your suggestion with the help of Firebug
    , I have made background of the new footer module dark by selecting class=container.

    But, I am not able to get color change for module-title, I pasted, following code in both /public_html/t3-assets/dev/mycustomtheme/templates.ja_fixel.less.modules.less.css as well as in /public_html/templates/ja_fixel/css/custom.css

    But no use. Please help.

    .t3-footer .module-title {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF
    font-size: 17px;
    padding-top: 0;
    text-transform: lowercase;
    }

    Saguaros Moderator
    #505116

    Dear sunnyjey,

    Could you post your site url here for taking a look? also set Optimize css in template manager to No.

    sunnyjey Friend
    #505129

    Please check this: http://119.18.59.21/~irad11

    Sorry but I couldnt find option ti disable Optimize css in template manager.

    Regards.

    Saguaros Moderator
    #505278

    Hi sunnyjey,

    Try to add this css rule:

    .t3-spotlight-3 .module-title {
    color: #FFFFFF
    }

    into /templates/ja_fixel/css/custom.css file

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

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

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