Shape 5

Joomla Templates => Oasis - Club => : abdi7 January 08, 2016, 12:28:53 PM



: The background of 'Top_Row_1_1' area.
: abdi7 January 08, 2016, 12:28:53 PM
Hello.

I want to change the blue background color of 'Top_Row_1_1'  position,
also where the text reads: "VISIT OUR TOP RESORTS".
How can I do it?


: Re: The background of 'Top_Row_1_1' area.
: mikek January 08, 2016, 03:36:03 PM
Hello,

That's controlled by the template's highlight color. If you don't want it to use the highlight color you would need to modify the template's index.php file in the #s5_top_row1_area1 area.


: Re: The background of 'Top_Row_1_1' area.
: abdi7 January 08, 2016, 05:53:33 PM
Hello

The only place that I found the text (s5_top_row) is on line 149.
It doesn't seam the right place.
However, I have added background-color as following.
But it had no effect.

#s5_top_row1_area1 {
border-bottom:solid 1px #E9E9E9;
/*  abdi7   */
  background-color: #7F86A0 !important;
/*  abdi7   END    */
}



: Re: The background of 'Top_Row_1_1' area.
: mikek January 09, 2016, 08:34:31 AM
Sorry, it's not the highlight color, my mistake. This color is controlled under Main / Layout. Every row in the template can have its background color controlled there. Just adjust the background color for top_row1 from this page, that is where it is defined.


: Re: The background of 'Top_Row_1_1' area.
: abdi7 January 10, 2016, 12:26:45 PM
Hello

Thank you for your reply.
It worked well; been able to change it.