Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1083148
    mathijs84
    Participant

    Hi 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 ?

    #1083433
    Nabeel A
    Moderator

    Hi 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!

    #1083551
    mathijs84
    Participant

    1: Done

    2: Added the exact, code but no result

    #1083744
    Joao
    Moderator

    Hi 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

  • <script> jQuery(function($){ $("#no-reply-1083148 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>