Shape 5

Joomla Templates => Hexicon Gamer - Club => : jygardner May 20, 2012, 08:00:58 PM



: colour changes in hexicon gamer
: jygardner May 20, 2012, 08:00:58 PM
hi there,
just a couple of quick questions - how hard is it to change the colour of the box behind the highlighted menu item? (black at the mo, i'd like it to be white instead)
and how do i change the colour of article headings?  (default seems to be white, i want it to be black)

http://210.48.94.142/~mcraewa1/joomla/

ta,
jo gardner


: Re: colour changes in hexicon gamer
: pmiddleton May 21, 2012, 10:06:59 AM
Hi

In templates/hexicon_gamer/css/s5_flex_menu.css at around line 152, change the background-colour to suit -

#s5_nav li.active .s5_level1_span1, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span1, #s5_nav li .s5_level1_span1:hover {
background-color:#101010;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}


: Re: colour changes in hexicon gamer
: jygardner May 27, 2012, 03:18:05 PM
Excellent, thanks for that - that's fixed up the menu question, is there any way I can change the colour of article headings as well? (as mentioned, they're white and I'd like to change to black, just not sure where to find the right line of code to do it)
Cheers,
Jo


: Re: colour changes in hexicon gamer
: pmiddleton May 28, 2012, 10:15:03 AM
Hi Jo

Is it the same url as your original post? I don't see any articles published, and it's difficult to see where you need the change, as it depends how the articles are published.


: Re: colour changes in hexicon gamer
: jygardner May 28, 2012, 07:41:43 PM
hi again,

i think i fixed the colour thing i was having last time (managed to get around it) - but have a couple of other questions regarding background colour;

if you could have a look at the preview http://210.48.94.142/~mcraewa1/joomla/ - the background of the top_row2 (where i have the s5 image slider, and accordion menu) and bottom_row3 modules (where i have an faq menu at the moment)  is black.

i (my client) would like them to be white, with black text on. 

also, the background of the s5 tab show is black and i'd love to be able to change it the same as above, white background with black text.

thanks, i realise i'm asking a lot but appreciate your help. :)
jo


: Re: colour changes in hexicon gamer
: pmiddleton May 29, 2012, 04:39:30 PM
Hi Jo

In template.css -

Around Line 727 - Take out the reference to the background
Around Line 404 - Add "background: #FFFFFF;"
Around Line 341 - Change the color from #FFFFFF to #000000

The tab show module is a little more involved and may affect other elements. And are you sure you want the white background? The body is already white.

If you do, let me know and I'll point out where it is.