No toprow! Every Site like the starting site.

More
11 years 1 month ago #34803 by ivan.milic
See styles/style2.css:

.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg2.jpg) no-repeat;
}
The following user(s) said Thank You: Lackytom

Please Log in to join the conversation.

More
11 years 3 weeks ago #34885 by chriscamp1
Hey Ivan & Lakytom!

@Lakytom; I was at your web and noticed you achieved to make that change successfully - congrats
but did you just make the change Ivan proposed? (.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg2.jpg) no-repeat;}?

I tried it, but the toprow is still there :dry:

@ Ivan - may you can help!?
I am pretty sure it is somewhere hidden here (see below). do you maybe know which parameters need to be changed to have the carousel on top of the page, without the toprow? Many thanks in advance!

.toprow {
width: 100%;
z-index: 10;
}

.sparky_home .toprow {
position: absolute;

}

.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg1.jpg) no-repeat;
}

.toprow.fix_menu {
position: fixed;
top: 0;
z-index: 89;
width: 100%;
background: rgba(255,255,255,.8) !important;
box-shadow: 0 0 7px #333;
}

Please Log in to join the conversation.

More
11 years 3 weeks ago #34894 by ivan.milic
.sparky_home .toprow {
position: absolute;

}

becomes:

.toprow {
position: absolute;

}
The following user(s) said Thank You: chriscamp1

Please Log in to join the conversation.

More
11 years 3 weeks ago #34912 by chriscamp1
Many thanks!!!!! Now it works! :)
What I also had to do was delete:

}

.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg1.jpg) no-repeat;
}

Have a good day!!

Please Log in to join the conversation.

Time to create page: 0.083 seconds
Powered by Kunena Forum