Shape 5

Joomla Templates => Simplex - Club => : apanos March 18, 2012, 08:14:14 PM



: Background
: apanos March 18, 2012, 08:14:14 PM
Hi
i need some help to the follwings:
1. how can i change the color of the two white lines separetely? (each color for each white space)
2. The background is composed from multiple images (same image 46px x 46 px) My question is how to split the design to add different image to the space where the logo is and other image at the botto. Where in the code should i look?
3. I need to put the two flags (greek and english) on top where the phone number is above the logo. Where can i find the code to do the change? Would i have any issues with the vertex admin area if i do that? Is there any position for that place?
4. If i want to move the main menu (top S5 drop down menu) on the left how can i do that? Where should i look probably to the css?

kind regards

Andreas


: Re: Background
: apanos March 19, 2012, 12:07:12 PM
please reply


: Re: Background
: jonahh March 19, 2012, 12:44:29 PM
1.  You'd have to split out the CSS definitions here:

#s5_top_row1_area1, #s5_bottom_row2_area1 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 8px;
    padding-top: 8px;
}
template.css (line 587

2. You could add a background definition to #s5_header_area1

3. There is no position for this, you would have to custom code this into the index.php file.

4. The menu can only be horizontal across the top and can't be moved to be vertical and on left. 


: Re: Background
: apanos March 19, 2012, 07:36:13 PM
comments to the aswers:

1. ok done

2. ok

3.If i want to place the flags near the login and register buttons which position should i use? I tried login position but didn't work

4. My problem with the menu is that i use module options of the flex menu and make 4 columns with sub categories the drop down menu is very big (in width) and i cannot press the subcategories of the fourth column. When i go with the mouse the site does not scroll. That is why i either wanted to put the whole main menu a little bit on the left to have space to expand the submenus or somehow set a limit to the width of the drop menu to stop to the borders of the site. Can anything of these be done? I hope you find me a solution :)


: Re: Background
: apanos March 20, 2012, 12:10:44 PM
please waiting for your answers to proceed


: Re: Background
: jonahh March 20, 2012, 02:31:42 PM
3.  This is out of forum scope and you would need to hire someone to custom code for you.

4. Can you post a URL of this?