Shape 5

Joomla Templates => Game World - Club => : prophecy72 May 14, 2018, 08:42:24 AM



: Help to change colors for Bottom_Row2 and change backgroud color for error login
: prophecy72 May 14, 2018, 08:42:24 AM
Hi all, thank you for your superlative works.

i'm working with you GAME WORD  template at http://www.internationalstarfleet.org/home


i have 2 issue with background colors that i can't be able to fix.

Issue 1:

the first is regarding background color for "bottom_row2_1". I defined under Style -> Main -> Layout,  under "Bottom Row2 Positions" to use a dark background (as screenshoot)
(http://www.internationalstarfleet.org/issue/Screenshot-2018-05-14_15.45.06.png)

i tried to check and to clean cache on browser and also joomla without effect, and the background still remain white
(http://www.internationalstarfleet.org/issue/Screenshot-2018-05-14_16.16.24.png)

Issue 2:

when a user login or register a new user, i have white background and black text, and it work perfectly.
when a user insert the wrong credential, the LOGIN/REGISTER page has a white background and white text, making it not readable.

(http://www.internationalstarfleet.org/issue/Screenshot-2018-05-14_16.36.26.jpg)

I tried to change text color modifying the template.css at row 588 with:

:
.s5_yes_custom_bg, .s5_yes_custom_bg h3 {
color: #282828; 
/*color: #ffffff;*/
}

in this way text color changed, but also on some module in the homepage that has dark grey/black background color, making not readable this position... :( How i can fix this or change background for login/register page after a wrong credential?

someone can help me?
thanks a lot and best regards.

Luca


: Re: Help to change colors for Bottom_Row2 and change backgroud color for error login
: mikek May 14, 2018, 09:01:32 AM
Hello,

1. You have "Set your own custom background?" set to "no", it needs to be set to "yes" to apply.

2. You have a background on #s5_center_area2, which wraps the entire area. That triggers a custom class on all inside divs which applies white text. I would recommend removing that call in the template settings so that it has no custom background call. And then add the following in custom.css instead:

#s5_center_area2 {
background:#191818 !important;
}


: Re: Help to change colors for Bottom_Row2 and change backgroud color for error login
: prophecy72 May 14, 2018, 09:16:58 AM
Thank you Mike,  :) i will do all modify you suggest and i will let you know ASAP (i hope to work on it this evening after work)
thanks again for your support  :D :D


: Re: Help to change colors for Bottom_Row2 and change backgroud color for error login
: prophecy72 May 14, 2018, 10:21:24 AM
Okay, I found 10 minutes to try your suggests.

with Bottom Row2 Area1 Settings, everything was okay,  you right, I forget to select "YES use custom background", i did it and everything work fine.

with the second issue, I tried modification as you suggest but, seem nothing change (i will try in the evening from home).
Just to review my steps

1. edit custom.css and add the CSS sentence for s5_center_area2 as you wrote to override template setting
2. upload custom.css and overwrite existing one

:
#s5_center_area2 {
background:#191818 !important;
}

(http://www.internationalstarfleet.org/issue/Screenshot-2018-05-14_18.07.20.png)

3. change the setting for "Set Your Own Custom Background" from YES to NO and delete the color code from the color field.

(http://www.internationalstarfleet.org/issue/Screenshot-2018-05-14_18.07.57.png)

4. cleared browser and Joomla cache

no results. :(


 


: Re: Help to change colors for Bottom_Row2 and change backgroud color for error login
: prophecy72 May 14, 2018, 03:40:05 PM
nothing, i can't undestand what i did wrong... can you help me ?


: Re: Help to change colors for Bottom_Row2 and change backgroud color for error login
: mikek May 15, 2018, 05:14:39 PM
Hello,

Now you have set a background to #s5_columns_wrap_inner, which is also a wrapper div. I would just remove that call as it doesn't appear to having any visible effect on your site.


: Re: Help to change colors for Bottom_Row2 and change backgroud color for error login
: prophecy72 May 16, 2018, 06:26:47 AM
Hi Mike, it works   :-* :) thank you very much for your help.

i also better understood the template behaviour.

thank you very much again  :)

Luca