Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1041412

    Hi
    Can u enable the right click option on the site, at this time I am not able to use firebug to suggest you CSS changes?
    For the footer module, you can change module position width for small and extra small layout.
    Here is documentation helps you.

    Regards

    danielalhabsy Friend
    #1041455

    Oh, OK, I Just enable the right click option on the site

    please suggest me the CSS change for this purpose

    Thanks for your suggestion about module position on small and extra small layout, it is work !

    Thank You

    best regards

    Daniel

    Pankaj Sharma Moderator
    #1041500

    Hi
    Add below code in custom.css file to remove the border

    .t3-footer .footer-detail {
        border-top: none!important;
    }
    .t3-footnav .t3-module .module-title {
    
        border-top: none!important;
    }
    
    .t3-footer {
        background: #ffffff;}

    change the color code as per needs.

    Regards

    danielalhabsy Friend
    #1041554

    I already make custom.css file and follow your suggestion

    i put custom css file at template- Ja_magaz_ii- css

    (please see picture at the attached file)

    but nothing change in front end

    please help what to do?

    Thank You

    Best regards


    1. Picture1
    2. Picture2
    Pankaj Sharma Moderator
    #1041565

    Hi
    Kindly clear your browser cache and check it again, the code is working my side.

    Regards

    danielalhabsy Friend
    #1041575

    oh ok, thak you very much, it’s work

    just the title of the module, still not appear

    how to make the title of th module in this area appear?

    Thank You

    Best Regards

    Daniel

    Pankaj Sharma Moderator
    #1041583

    Hi
    The module title colour is white
    add below code in custom.css file to make them dark

    .t3-footnav .t3-module .module-title {
        color: #000;}

    Regards

    danielalhabsy Friend
    #1041604

    Thank You Very Much, it’s work !

    Best regards

    Daniel

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

This topic contains 8 replies, has 2 voices, and was last updated by  danielalhabsy 7 years, 5 months ago.

The topic ‘Footer : Change Background Colour and make Title of Module Appear’ is closed to new replies.