You’re a life-saver Oscar! I love the Tesla Pro theme, and this was the one issue I was having, but felt was hopeless. I appreciate the CSS tip!
Thank you. It’s my pleasure
Hey guys…I am writing from Austria. How can I delete the background image and put one of my images for the background? Can u give me the code for CSS?
Thank you very much,
Wolfgang
With this code in CSS and the picture in resources, that will work.
header { background-image: url(%resource(yourimage.jpg)%); }
You can put this code in CSS of some page, or in the site-wide area in RW for every page.
THANKS SO MUCH!!! you a great!!! it works!!! THANKS!!!
My pleasure Happy new year!
Oscar, maybe one (last) stupid question. I added the foto in the foto-site…how can I do a paragraph, a line free and continue with other fotos?
I do not quite understand what you want.
You use the RW Photoalbum?
But between the images a distance does not go well, because depending on the window width also changes the grid.
thank you, Oscar, for your answer!!
I don’t know. Unfortunately I cannot look into this, because I am not with my computer, this week.
ok, thanks for your fast answer!!
@mufflern
With this code, you have the Navigation on the top, but the sub-navigation remains below the header image.
I do not yet have a solution.
#navigation_bar { top: 0; }
With this code you have this solution.
#navigation_bar { top: 0; }
header { height: 270px; }
#title_wrapper, #logo img{ display: none; }
Oscar, you are a genius!! it works!! thx for your help!!!
… it’s my pleasure
hey Oscar, one question. Is it possible to make a slideshow with the header image?? that every 5 seconds another image appears?
I think, that’s difficult.
But with an animated GIF it works.
… or you use a theme from the developer henk vrieselaar
or FreeStacks or Foundation etc.
Hi Oscar, can you please help me with these CSS problems? I am getting crazy!! I am using Tesla Pro and I need to customize some things:
- The links should be always orange at first, then when the mouse gets over them they should turn green and underlined. I need to have these colors all over expect from the top navigation bar. How can do that? I manage to change all links, including the bar, but that’s not what I need.
- When I go on the top navigation bar in the wide preview the background is white (s. picture). As soon as I turn to the mobile preview the background turns grey. Why? What can I do?
Thank you so much!
Cristiana