Changing background color of article container only in Protostar template Topic is solved

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
ErDrRon
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Fri Mar 31, 2006 7:15 pm

Changing background color of article container only in Protostar template

Post by ErDrRon » Wed Aug 01, 2018 3:58 pm

I would like to change the background color of the article container in the Protostar template from white to green. I don't want to change the entire template container background color, only the container that contains the articles themselves. How would I go about doing this?

Thanks in advance!
Ron

Joomla! 3.8.11

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30892
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Changing background color of article container only in Protostar template

Post by Per Yngve Berg » Wed Aug 01, 2018 8:29 pm

Try this css:

Code: Select all

#content {
    background-color: green;
}

ErDrRon
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Fri Mar 31, 2006 7:15 pm

Re: Changing background color of article container only in Protostar template

Post by ErDrRon » Thu Aug 02, 2018 2:19 am

That worked!

Thank you so much!
Ron


Locked

Return to “Templates for Joomla! 3.x”