Tagged: x
-
AuthorPosts
-
July 12, 2016 at 9:16 am #1083148
mathijs84ParticipantHi guys,
I am trying to recreate a Joomla Site in WordPress. It doenst have to be an exact copy, but more or less a copy!
This is the original site http://vanoorspronkwonen.nl/ in Joomla
And here is the WordPress version -> http://dev.vanoorspronkwonen.nl/
I need the topbar (where the logo is) to be transparent i think? I need the background picture to come through.Can you guys assist ?
July 12, 2016 at 12:06 pm #1083433
Nabeel AModeratorHi there,
Thanks for writing in!
1. To enable the Topbar please navigate to Appearance > Customize > Header > MISCELLANEOUS > Topbar and turn it On.
2. Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-logobar { background-color: transparent !important; } .x-container.max.width.offset { background: #fff !important; padding: 40px !important; width: 100% !important; margin: 0 !important; }Let us know how this goes!
July 12, 2016 at 1:23 pm #1083551
mathijs84Participant1: Done
2: Added the exact, code but no result
July 12, 2016 at 3:43 pm #1083744
JoaoModeratorHi There,
You need to add the following code :
.x-boxed-layout-active .site { background: none; }Bad news is it won´t look good.
if you don´t have the logo without a background I would reccomend you:
1st Option : redesigning the logo.
2nd option Going to the original site taking a screenshot cutting the whole header where the logo is placed and use as a banner logo.
Redesigning the logo would be the best.
Let us know your thoughts.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1083148 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
