Module Styling - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Module Styling

F

Femitex

Template 3 years ago

I would like to change both the background and font colour of a module. The module is in the Themis Template and called Popular Posts. Please find screenshot . Thanks

https://prnt.sc/avLlA8h27AbB

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #87065

Hi there!

Thanks for your query.

Please use the following code in your custom CSS:

#sp-left .sp-module .sp-module-content, #sp-right .sp-module .sp-module-content {
    background-color: black;
}
#sp-left .sp-module .latestnews>div .latest-post-info>span, #sp-right .sp-module .latestnews>div .latest-post-info>span {
    color: white;
}
#sp-left .sp-module .latestnews>div .latest-post-title a, #sp-right .sp-module .latestnews>div .latest-post-title a {
    color: #1647b9;
}

Hope this will serve your purpose.

Best Regards

0
F
Femitex
Accepted Answer
3 years ago #87125

Thanks for your prompt response. I actually wanted the font to be white and the background to match the site background. I think it would be a simple matter for me to edit the code replacing the colours? Thanks

0