End of Support for Joomla 3 - Forum closed
A phone number below the main menu
Hello
Website finished with your template X2. Client happy ! (not only because of the template ... )
He just asked me to add their phone number just below the main menu, inside the menubar .
There is not space enough on the right of the menu links, but the height of the logo gives space below them.
How can I do that ?
If it's not possible, another solution would be to put this phone number in a toolbar-r position. But how can I make all the space above the menubar transparent, to see the phone number on the background image ?
Website finished with your template X2. Client happy ! (not only because of the template ... )
He just asked me to add their phone number just below the main menu, inside the menubar .
There is not space enough on the right of the menu links, but the height of the logo gives space below them.
How can I do that ?
If it's not possible, another solution would be to put this phone number in a toolbar-r position. But how can I make all the space above the menubar transparent, to see the phone number on the background image ?
Last Edit:9 years 9 months ago
by Django29
Last edit: 9 years 9 months ago by Django29.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic A phone number below the main menu
Posted 9 years 9 months ago #6586
Hello,
ok tell me more details.
You can add the phone number into the toolbar-l module position but you dont want the background color of the toolbars.
Is that right? If yes you can find the background color with Firebug see image below.
If you dont want a background color, add this code to your custom.css
ok tell me more details.
You can add the phone number into the toolbar-l module position but you dont want the background color of the toolbars.
Is that right? If yes you can find the background color with Firebug see image below.
If you dont want a background color, add this code to your custom.css
.jp-toolbar-outer {
background-color: none;
}
Attachment toolbar.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
When I put this code in custom.css, the background of the toolbar is still white (cache empty).
I can see that the joomlaplates.css is working (line 50) :
.jp-toolbar-outer {
background-color: #fff;
position: relative;
width: 100%;
z-index: 4;
}
So I have to comment or delete the line background-color: #fff; to see the background and the phone number I put in white in the module in toolbar-r
So, no solution to put this phone number in the mainmenu bar, below the menu links ?
I can see that the joomlaplates.css is working (line 50) :
.jp-toolbar-outer {
background-color: #fff;
position: relative;
width: 100%;
z-index: 4;
}
So I have to comment or delete the line background-color: #fff; to see the background and the phone number I put in white in the module in toolbar-r
So, no solution to put this phone number in the mainmenu bar, below the menu links ?
Last Edit:9 years 9 months ago
by Django29
Last edit: 9 years 9 months ago by Django29.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates