I would like to change the the background color of the nav bar. Actually I read the manual. But there is no clue at all.
We use the survey just for one purpose and we are not very familiar with coding. So is there a way to change quickly the color?
Further we would like to change the size of the image too.
I'm so sorry to forget to mention that. Ok here is information:
Version: 3.17+
Template used: fruity:
Issue: Nav bar background color
Things done till now:
1. RTFM: no clue, where to change that.
2. Tried to hard code in the nav_bar.twig = negative
3. Tried to change the background color in the text elements: was a nice try but didn't work either
4. Looked in the forum for the same issue: No hints
Never mind I found it in the forum now. Many Thanks.
However, is it possible to separate the nav bar into to table rows. The reason is, that I want to use another color in the row of my image and the header description also another color.
Hi Haydar,
as you saw, the nav_bar.twig is only html.
So you can add some <table><tr><td>... tags whereever you want.
Eg. to insert a row above or below the "normal header or as I did to split the header
Like this
(the closing tags at the correct places below)
To get this
Volunteers are not paid.
Not because they are worthless, but because they are priceless
that was the trick. So I've created a table with two columns, changed their sizes and bgcolors and placed the " <!-- Survey description -->" part and the logo section into the cells.
Here is what I've did. maybe someone else would need it
Thank you so much for your kind help. Sorry that I could not help out to the people the same way you do.