- Posts: 125
- Thank you received: 0
Background colour of row not showing on every page
-
paul1
Active member - Topic Author
- Member
Less
More
11 months 4 weeks ago - 11 months 4 weeks ago #51099
by paul1
Background colour of row not showing on every page was created by paul1
www.calabrojoinery.com.au/newsite
Hi
Two small issues I cannot understand how to resolve
1. I have changed row background colour for the row with logo and menu. On home page it is correct (blue) but on other pages shows as black (which I had used previously). I have cleared cache on browser and mobile but same issue on both.
2. On mobile the home page image seems to be covered by the logo and menu - set same size as other images/pages - using HS Carousel.
My thanks for any ideas.
Paul
Hi
Two small issues I cannot understand how to resolve
1. I have changed row background colour for the row with logo and menu. On home page it is correct (blue) but on other pages shows as black (which I had used previously). I have cleared cache on browser and mobile but same issue on both.
2. On mobile the home page image seems to be covered by the logo and menu - set same size as other images/pages - using HS Carousel.
My thanks for any ideas.
Paul
Last edit: 11 months 4 weeks ago by paul1.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
11 months 3 weeks ago #51101
by milos
Replied by milos on topic Background colour of row not showing on every page
Hello,
1. Edit file /media/templates/site/architecture/css/custom.css and around line 91, delete this part:
2. It's covered on all pages, not just mobiles, so, since you don't need the transparent top row, in the same file delete this:
Regards,
Milos
1. Edit file /media/templates/site/architecture/css/custom.css and around line 91, delete this part:
Code:
.sparky_inner .toprow {
background: #000;
}
2. It's covered on all pages, not just mobiles, so, since you don't need the transparent top row, in the same file delete this:
Code:
.sparky_home .toprow {
position: absolute;
width: 100%;
z-index: 100;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.154 seconds