Shape 5

Joomla Templates => Legal Lawyer - Club => : ossi2612 May 13, 2017, 01:21:17 PM



: custom positions
: ossi2612 May 13, 2017, 01:21:17 PM
Hi,

it seems, that all custom positions are assigned to one of the highlight-colors as background-color.  Generally wish: That is easy for quick results, but I would like to have the option to edit the background. For example in the template-manager, where all other positions can edited.

Well - could you please tell me, where I can edit this?

http://www.cms.markt-wallerstein.de/

The red is to strong for big areas, but should be consist as that, what it should be: a highlight color!


: Re: custom positions
: jonahh May 15, 2017, 11:26:17 AM
Hello,

Unfortunately its a bit complicated and the color is in 2 locations due to how the color on shows on 1/3/ of the top row area. So in the index.php file you'll have to look for the below ID and you'll see its a gradient and the colors are set with PHP. This sets the color on the far left and far right.
:
#s5_top_row1_area2 


Then for the actual custom position itself you should be able to override the color with the below. Just add this to your custom.css file:

:
#s5_top_row1_area1 .s5_toprow_right {
background:#ccc !important;}

For the second custom position at the bottom its the same except this is the ID you need to look for in the index.php file:
:
#s5_bottom_row1_area2


Then for the actual custom position itself you should be able to override the color with the below. Just add this to your custom.css file:

:
#s5_bottom_row1_area2 .s5_botrow_left {
background:#ccc !important;}


: Re: custom positions
: ossi2612 June 05, 2017, 08:51:43 AM
HI Jonahh,

thx a lot, it works  fine.  But the outer frame ist still in highlight color, please take a look:

http://cms.markt-wallerstein.de/

Can we change it too?


regards....Ossi


: Re: custom positions
: jonahh June 05, 2017, 11:21:54 AM
Yes thats because you need to edit the gradient in the index.php file. Thats what I was talking about here:

the color is in 2 locations due to how the color on shows on 1/3/ of the top row area. So in the index.php file you'll have to look for the below ID and you'll see its a gradient and the colors are set with PHP. This sets the color on the far left and far right.