Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Changing template colours

  • Dennie12
  • Dennie12's Avatar Topic Author
  • Offline
  • New Member
More
10 years 7 months ago #136951 by Dennie12
Changing template colours was created by Dennie12
Hello - my computer just crashed so apologies if you get this query twice! I'd like to make the following changes to my template:

- Change background colour from grey to white
- Change the menu bar size (it's coming too far down the page) and colour of menu boxes
- Change the colour of the small comments box that appears top right of every leading image

Should I use Template overrides or amend CSS files? If CSS files, which files should I use?

Thanks
Esther

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 7 months ago #136952 by Krikor Boghossian
Replied by Krikor Boghossian on topic Changing template colours
Hello Esther,

No problem at all. You should use the custom css functionality (which ensures smooth updates).
You can find out more if you read this post. nuevvo.com/documentation/general-resources/customization/item/57-adding-custom-css-code

Just place this snippet. (Remove the ', h1#logo' if you wish to keep the logo's background)
#page, h1#logo { background: #fff; }
#menu ul li a,	
#menu ul li:hover a,
#menu ul li a:hover,
#menu ul li.active a { width: auto; }

If you want more spacing add this as well
#menu ul li a {padding:20px 20px 0; }

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum