Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cuosc Friend
    #961938

    Good morning,

    I’m very new to Joomla, so please bear with me. I have my site up online now, albeit changes being made constantly: http://cuoscdemo.co.uk/

    I’ve put the following into a custom.css file to change the background colour of the footer, and also the modules; however I only actually want the background colour to apply to the modules within the footer. How best do I resolve this? Should I change the name of the div-class for the modules in the footer to module-inner-footer and then apply some custom css – if so, where would I make the change to the name of the div-class.

    I’m very new to LESS files, so much so that I don’t really understand how it works other than if I make changes to the CSS files themselves, I may lose my changes at some point?

    Any help would be very greatly appreciated.

    .t3-footer {
    background: #262626
    }
    .module-inner {
    background: #262626
    }
    Pankaj Sharma Moderator
    #961952

    Hi
    Use this code to apply the changes only for footer modules

    .t3-footer .module-inner{background:#262626 }
    
    cuosc Friend
    #961957

    Thanks Pankaj – that’s exactly what I was looking for. So simple too!

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

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

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